mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 00:56:19 +01:00
Revert "Merge branch 'notifications_refresh' into 'master'"
This reverts merge request !1215
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from django.conf.urls import url
|
||||
from django.contrib.auth.decorators import login_required
|
||||
from django.views.generic.base import TemplateView
|
||||
|
||||
from . import views
|
||||
@@ -23,9 +24,4 @@ urlpatterns = [
|
||||
name='add_character'
|
||||
),
|
||||
url(r'^dashboard/$', views.dashboard, name='dashboard'),
|
||||
url(
|
||||
r'^notifications_render/$',
|
||||
views.notifications_render,
|
||||
name='notifications_render'
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user