ethertoff
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

password_change_done.html
text/html

Download raw (219 bytes)

{% extends "base.html" %}
{% load i18n %}

{% block title %}
    <h1>{% trans "Your password has been successfully changed" %}</h1>
{% endblock %}

{% block content %}
<a href="/">Go back to homepage</a>
{% endblock %}