1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
ihatemoney_ynh/budget/templates/password_reminder.html
Frédéric Sureau be32a2550e Update to Boostrap v2.
Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter.
2012-04-05 15:40:09 +02:00

8 lines
189 B
HTML

{% extends "layout.html" %}
{% block content %}
<h2>{{ _("Password reminder") }}</h2>
<form class="form-horizontal" method="post">
{{ forms.remind_password(form) }}
</form>
{% endblock %}