aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-26 18:16:11 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-26 18:16:11 +0100
commit6ce2eb71334ba4a203319a0bdf326e2823a636bd (patch)
tree23f3b66164ffe5fbe978f61cc395c5a6bf72ce04 /app/templates/base.html
parentc358c8b14898c466db2eca5caedbe6551526f37d (diff)
downloadcheatdb-1.1.0.tar.xz
Remove logo from navbarv1.1.0
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index 1cc6aba..dc31624 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -14,7 +14,7 @@
<nav>
<div class="container">
<ul class="nav navbar-nav navbar-left">
- <li><a href="/"><img src="/static/logo_dark.svg" /></a></li>
+ <li><a href="/">{{ config.USER_APP_NAME }}</a></li>
{% for item in current_menu.children recursive %}
{% if item.visible %}
<li{% if item.children %} class="dropdown"{% endif %}>