equal
deleted
inserted
replaced
12 {% block content %} |
12 {% block content %} |
13 |
13 |
14 <h1 class="main_title"> |
14 <h1 class="main_title"> |
15 {% if CONF.f_get_logo_url %} |
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> |
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 %} |
17 {% endif %} |
18 |
18 |
19 {% if CONF.workspace_name %} |
19 {% if CONF.workspace_name %} |
20 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a> |
20 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a> |
21 {% endif %} |
|
22 {% endif %} |
21 {% endif %} |
23 </h1> |
22 </h1> |
24 <h1>{% blocktrans %}Reset your password{% endblocktrans %}</h1> |
23 <h1>{% blocktrans %}Reset your password{% endblocktrans %}</h1> |
25 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post"> |
24 <form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post"> |
26 <table class="wide_form"> |
25 <table class="wide_form"> |