mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-25 18:44:23 +00:00
core, templates: fix logo link
Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
parent
0d5595c683
commit
5504142efa
@ -16,7 +16,9 @@
|
||||
<body>
|
||||
{% block header %}
|
||||
{% if not popup %}
|
||||
<div id="logo" style="background-image: url('{{ static('core/img/logo.png') }}');"><a href="{{ url('core:index') }}"></a></div>
|
||||
<div id="logo" style="background-image: url('{{ static('core/img/logo.png') }}');">
|
||||
<a style="display: inline-block; width: 100%; height: 100%;" href="{{ url('core:index') }}"></a>
|
||||
</div>
|
||||
{% set sith = get_sith() %}
|
||||
{% if sith.alert_msg %}
|
||||
<div id="alert_box">
|
||||
|
Loading…
Reference in New Issue
Block a user