1
0
Fork 0
satnogs-db/db/templates/account/password_delete_done.html

9 lines
193 B
HTML
Raw Normal View History

2015-04-22 05:05:30 -06:00
{% extends "account/base.html" %}
{% block head_title %}Password Deleted{% endblock %}
{% block content %}
<h2>Password Deleted</h2>
<p>Your password has been deleted.</p>
{% endblock %}