Skip to content
Snippets Groups Projects
Commit 209f11ff authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

Merge branch 'develop' into 'main'

fix: Include link to home_view into home_logo block to allow namespaced apps

See merge request !29
parents 94493a84 e2763539
No related branches found
No related tags found
1 merge request!29fix: Include link to home_view into home_logo block to allow namespaced apps
Pipeline #209692 passed
......@@ -24,9 +24,11 @@
</label>
</div>
<div class="flex-1 px-2 mx-2">
{% block home_logo %}
<a href="{% url 'home_view' %}" class="text-lg font-bold align-middle">
{% block home_logo %}DaisyUI{% endblock %}
DaisyUI
</a>
{% endblock %}
</div>
<div class="flex-none hidden lg:block z-10">
<ul class="menu menu-horizontal">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment