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

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

BREAKING CHANGE: The link to home_view is now included into the home_logo block so that it needs to be provided by the app if overwritten.
parent 94493a84
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 #209690 passed with warnings
...@@ -24,9 +24,11 @@ ...@@ -24,9 +24,11 @@
</label> </label>
</div> </div>
<div class="flex-1 px-2 mx-2"> <div class="flex-1 px-2 mx-2">
{% block home_logo %}
<a href="{% url 'home_view' %}" class="text-lg font-bold align-middle"> <a href="{% url 'home_view' %}" class="text-lg font-bold align-middle">
{% block home_logo %}DaisyUI{% endblock %} DaisyUI
</a> </a>
{% endblock %}
</div> </div>
<div class="flex-none hidden lg:block z-10"> <div class="flex-none hidden lg:block z-10">
<ul class="menu menu-horizontal"> <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