Skip to content

Commit

Permalink
Merge pull request #28 from SADiLaR/feature/logo_directs_to_homepage
Browse files Browse the repository at this point in the history
Admin logo to direct to landing page
  • Loading branch information
OnaMosimege authored Apr 22, 2024
2 parents a53e3d7 + 2c6b12a commit 7221dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/admin/base_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

{% block branding %}
<h1 class="header-title">
<a href="{% url 'admin:index' %}">
<a href="{% url 'home' %}">
<img src="{% static 'img/sadilar.png' %}" class="main-logo" alt="SADiLaR">
</a>
</h1>
Expand Down

0 comments on commit 7221dfc

Please sign in to comment.