File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
{% block branding %}
18
18
< h1 class ="header-title ">
19
- < img src ="{% static 'img/sadilar.png' %} " class ="main-logo " alt ="SADiLaR ">
19
+ < a href ="{% url 'admin:index' %} ">
20
+ < img src ="{% static 'img/sadilar.png' %} " class ="main-logo " alt ="SADiLaR ">
21
+ </ a >
20
22
</ h1 >
21
23
{% if user.is_anonymous %}
22
24
{% include "admin/color_theme_toggle.html" %}
Original file line number Diff line number Diff line change 20
20
< header >
21
21
< div class ="header-container ">
22
22
< div class ="nav-logo ">
23
- < img src =" {% static 'img/sadilar.png' %} " class ="main-logo " alt ="SADiLaR ">
23
+ < a href ="{% url 'home' %} ">
24
+ < img src =" {% static 'img/sadilar.png' %} " class ="main-logo " alt ="SADiLaR ">
25
+ </ a >
24
26
</ div >
25
27
< div class ="nav-menu ">
26
28
< ul class ="nav nav-pills ">
You can’t perform that action at this time.
0 commit comments