diff options
| author | 2018-04-08 01:09:12 +0100 | |
|---|---|---|
| committer | 2018-04-08 01:09:12 +0100 | |
| commit | fa3601cce1f9af5c36e0f11e72d451d51fc950c8 (patch) | |
| tree | 4b16cf9393752a72cc8047ba02aaf6db2f92472a | |
| parent | Easier debugging and optimised imports (diff) | |
Fix debug mode indicator
Diffstat (limited to '')
| -rw-r--r-- | templates/main/navigation.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/main/navigation.html b/templates/main/navigation.html index 48693ead..19322c65 100644 --- a/templates/main/navigation.html +++ b/templates/main/navigation.html @@ -39,7 +39,7 @@                                      <li class="uk-active"><a href="{{ url_for('discord.login') }}"><i class="uk-icon fas fa-lock"></i>  Login with Discord</a></li>                                  {% endif %}                              {% else %} -                                <li class="uk-active"><a><i class="uk-icon far fa-exclamation-triangle"></i>  Debug mode</a></li> +                                <li class="uk-active"><a><i class="uk-icon fas fa-exclamation-triangle"></i>  Debug mode</a></li>                              {% endif %}                              {% if current_page.startswith("info") %} | 
