Private
Public Access
1
0

a typo fix and adding NK callback link

This commit is contained in:
Sander Roosendaal
2021-03-11 07:53:24 +01:00
parent 13603590d1
commit 4385bb5d1d
3 changed files with 28 additions and 16 deletions

View File

@@ -5022,7 +5022,7 @@ def alert_edit_view(request,id=0,userid=0):
# alert delete view
class AlertDelete(DeleteView):
login_requird = True
login_required = True
model = Alert
template_name = 'alert_delete_confirm.html'