a typo fix and adding NK callback link
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user