Add feedback link
This commit is contained in:
parent
6f342ebdad
commit
8088b105f6
2 changed files with 3 additions and 2 deletions
|
@ -144,8 +144,8 @@ APP = {
|
|||
'name': "FriendsMap",
|
||||
'url': os.environ.get('SITE_URL', "http://127.0.0.1:8000"),
|
||||
'repository': {
|
||||
'url': "https://github.com/Crocmagnon/friends_map",
|
||||
'bugtracker': "https://github.com/Crocmagnon/friends_map/issues",
|
||||
'url': "https://github.com/Crocmagnon/friendsmap",
|
||||
'bugtracker': "https://github.com/Crocmagnon/friendsmap/issues",
|
||||
},
|
||||
'licences': {
|
||||
'source': {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item"><a class="nav-link" href="{{ app.site.repository.bugtracker }}">Feedback</a></li>
|
||||
<li class="nav-item dropdown">
|
||||
{% if user.is_authenticated %}
|
||||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
|
||||
|
|
Loading…
Reference in a new issue