diff --git a/app/templates/apipassword.html b/app/templates/apipassword.html deleted file mode 100644 index 77fd971..0000000 --- a/app/templates/apipassword.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "base.html" %} - -{% block title %}External Service Account Password Reset{% endblock %} - -{% block content %} - -

This service will reset your password for account {{ acc.service_uid }} on {{ acc.service }}. If you wish to continue please click the link -below.

- -
- -{{ form.as_table }} -{% csrf_token %} -
-
- -
- -{% endblock %}