{% extends "dictionary/base.html" %}
{% load i18n %}
{% block title %}{% trans "what was my password" context "titleblock" %}{% endblock %}
{% block content %}
{% trans "what was my password" context "titleblock" %}
{% url 'login' as login_url %}
{% blocktrans %}your password has been changed, use it wisely now. you might want to log in now.{% endblocktrans %}
{% blocktrans trimmed %}
notice: this page was made to inform those who want to reset their password. if you are not
trying to reset your password and somehow found yourself here, you don't need to worry.
{% endblocktrans %}
{% endblock %}