mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 01:26:22 +01:00
Add notifications auto refresh
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
from django.conf.urls import url
|
||||
from django.contrib.auth.decorators import login_required
|
||||
from django.views.generic.base import TemplateView
|
||||
|
||||
from . import views
|
||||
@@ -24,4 +23,9 @@ 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