mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-20 15:53:58 +00:00
11 lines
287 B
HTML
Executable File
11 lines
287 B
HTML
Executable File
{% extends "account/base.html" %}
|
|
|
|
{% load i18n %}
|
|
|
|
{% block head_title %}{% trans "Password Deleted" %}{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>{% trans "Password Deleted" %}</h1>
|
|
<p>{% blocktrans %}Your password has been deleted.{% endblocktrans %}</p>
|
|
{% endblock %}
|