Skip to content
Snippets Groups Projects
Commit e77c712a authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

update index

parent 51700865
Branches
No related tags found
3 merge requests!5Release,!4Release,!3Release
...@@ -51,11 +51,11 @@ ...@@ -51,11 +51,11 @@
<div> <div>
<div class="container container--default navbar__content navbar__content--initialized"> <div class="container container--default navbar__content navbar__content--initialized">
<div class="navbar__brand flex items-center pr-8 my-4 lg:my-0"> <div class="navbar__brand flex items-center pr-8 my-4 lg:my-0">
<a href="/#TODO"> <a href="{% url "shared:index" %}">
<img src="https://styleguide.pirati.cz/2.3.x/images/logo-round-white.svg" class="w-8"> <img src="https://styleguide.pirati.cz/2.3.x/images/logo-round-white.svg" class="w-8">
</a> </a>
<div class="pl-4 font-bold text-xl border-r border-grey-300 pr-8"> <div class="pl-4 font-bold text-xl border-r border-grey-300 pr-8">
<a href="/#TODO">Rybička</a> <a href="{% url "shared:index" %}">Rybička</a>
</div> </div>
</div> </div>
{% block header_name %}{% endblock %} {% block header_name %}{% endblock %}
......
...@@ -2,6 +2,7 @@ from django.urls import path ...@@ -2,6 +2,7 @@ from django.urls import path
from . import views from . import views
app_name = "shared"
urlpatterns = [ urlpatterns = [
path("", views.index, name="shared_index"), path("", views.index, name="index"),
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment