Clean up generic view templates

This commit is contained in:
Jeremy Stretch
2020-11-11 16:58:29 -05:00
parent b3c770216e
commit a3675854be
52 changed files with 53 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'utilities/obj_delete.html' %}
{% extends 'generic/object_delete.html' %}
{% block message %}
<p>Are you sure you want to delete your session key?</p>