equal
deleted
inserted
replaced
9 {% block head %} |
9 {% block head %} |
10 {% endblock %} |
10 {% endblock %} |
11 |
11 |
12 {% block content %} |
12 {% block content %} |
13 |
13 |
|
14 <h1 class="main_title"> |
|
15 {% if CONF.f_get_logo_url %} |
|
16 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div> |
|
17 {% else %} |
|
18 |
|
19 {% if CONF.workspace_name %} |
|
20 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a> |
|
21 {% endif %} |
|
22 {% endif %} |
|
23 </h1> |
14 <h1>{% blocktrans %}Reset your password{% endblocktrans %}</h1> |
24 <h1>{% blocktrans %}Reset your password{% endblocktrans %}</h1> |
15 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post"> |
25 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post"> |
16 <table class="wide_form"> |
26 <table class="wide_form"> |
17 <tbody> |
27 <tbody> |
18 {% include "site/macros/form_fields.html" %} |
28 {% include "site/macros/form_fields.html" %} |