Skip to content

Commit

Permalink
Remove hard coded link in logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Starcross committed Dec 25, 2023
1 parent c1338a5 commit 4e629f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/gallery/gallery_base.html
@@ -1,4 +1,5 @@
<!doctype html>

{% load static %}

<html>
Expand Down Expand Up @@ -29,7 +30,7 @@

{% if logo_path %}
<div id="logo">
<a href="/gallery">
<a href="{% url 'gallery:album_list' %}">
<img src="{% static logo_path %}" alt="Gallery logo" style="height: auto; max-width:100%;">
</a>
</div>
Expand Down

0 comments on commit 4e629f6

Please sign in to comment.