Private
Public Access
1
0

link to logo

This commit is contained in:
Sander Roosendaal
2020-06-03 12:57:38 +02:00
parent bef55186a8
commit c245714d49
2 changed files with 10 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ from django.conf import settings
from django.conf.urls.static import static
from django.contrib import admin
from django.views.generic import TemplateView
from rowsandall_app.views import rootview, landingview
from rowsandall_app.views import rootview, landingview, logoview
from django.contrib.auth import views as auth_views
from rowers import views as rowersviews
from survey import views as surveyviews
@@ -79,6 +79,7 @@ urlpatterns += [
re_path(r'^twitter\_callback',rowersviews.rower_process_twittercallback),
re_path(r'^i18n/', include('django.conf.urls.i18n')),
re_path(r'^tz_detect/', include('tz_detect.urls')),
re_path(r'^logo/',logoview),
path('django-rq/', include('django_rq.urls')),
# path('500/', rowersviews.error500_view),
# re_path(r'^jsi18n/', django.views.i18n.javascript_catalog,name='jsi18n'),