Move docu link to top menu and open in new window

This commit is contained in:
ErikKalkoken
2020-03-26 00:10:30 +01:00
parent 32e0621b0a
commit 9ea79ea389
4 changed files with 9 additions and 35 deletions

View File

@@ -22,13 +22,6 @@ urlpatterns = [
r'^account/characters/add/$',
views.add_character,
name='add_character'
),
url(
r'^help/$',
login_required(
TemplateView.as_view(template_name='allianceauth/help.html')
),
name='help'
),
),
url(r'^dashboard/$', views.dashboard, name='dashboard'),
]