mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-06-04 23:52:03 +00:00
Edited static files
This commit is contained in:
parent
e54d07b46e
commit
00bf8972a1
@ -10,16 +10,16 @@
|
|||||||
|
|
||||||
<!-- Bootstrap CSS -->
|
<!-- Bootstrap CSS -->
|
||||||
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
|
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
|
||||||
|
|
||||||
<title>{% block title %}{% endblock title %}</title>
|
<title>{% block title %}{% endblock title %}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include "components/navbar.html" %}
|
{% include "components/navbar.html" %}
|
||||||
|
|
||||||
<div class="container mt-5">
|
<div class="container mt-5">
|
||||||
{% block content %}{% endblock content %}
|
{% block content %}{% endblock content %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include "components/footer.html" %}
|
{% include "components/footer.html" %}
|
||||||
|
|
||||||
<!-- Bootstrap JS -->
|
<!-- Bootstrap JS -->
|
||||||
|
@ -8,9 +8,7 @@
|
|||||||
<a class="logo-link navbar-brand" href="/">
|
<a class="logo-link navbar-brand" href="/">
|
||||||
<img class="logo" src="{% static 'icons/retro-tv.png' %}">
|
<img class="logo" src="{% static 'icons/retro-tv.png' %}">
|
||||||
</a>
|
</a>
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||||
<ul class="me-auto"></ul>
|
<ul class="me-auto"></ul>
|
||||||
{% if request.user.is_authenticated == True %}
|
{% if request.user.is_authenticated == True %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user