Revert "Merge branch 'notifications_refresh' into 'master'"

This reverts merge request !1215
This commit is contained in:
Ariel Rin
2020-06-04 11:21:50 +00:00
parent 3a984e8a4d
commit ae3f5a0f62
6 changed files with 12 additions and 63 deletions

View File

@@ -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'
),
]