add partei page for wahl

This commit is contained in:
erichhasl
2018-01-08 16:05:24 +01:00
parent 115ea6093a
commit d9a74f45ef
9 changed files with 126 additions and 17 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ from .views import error_400, error_403, error_404, error_500
urlpatterns = static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
urlpatterns += [
url(r'^news/', include('news.urls',
namespace='news',
url(r'^wahl/', include('news.urls',
namespace='wahl',
app_name='news')),
url(r'^meingoethopia/', include('meingoethopia.urls',
namespace='meingoethopia',