summaryrefslogtreecommitdiff
path: root/templates/user/cpw.jinja
blob: 74d65dcbc564b50006e2ede23992d3ffc0f1bb9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "layout.jinja" %}
{% from "macros.jinja" import render_form %}

{% block heading %}
    Passwort ändern
{% endblock %}

{% block content %}
    <form name="login" method="post">
        {{ render_form(form, old = {'autofocus' : True}) }}
        <input type="submit">
    </form>
{% endblock %}
eletions'>-8/+8 2009-08-25Release the threadQueue-Lock in syncv0.13René 'Necoro' Neumann1-0/+1 2009-08-25Updated portugese translationAlberto Federman Neto1-650/+687 2009-08-15Update spanish translationDaniel Halens1-245/+258 2009-08-15Use boolean flags instead of obscure C flags for ipc.MessageQueueRené 'Necoro' Neumann3-13/+15 2009-08-15TypoRené 'Necoro' Neumann1-1/+1 2009-08-15Enhanced the extensions.shRené 'Necoro' Neumann1-3/+8 2009-08-15Move eix-format to correct locationRené 'Necoro' Neumann1-0/+0