add partei page for wahl
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user