equal
deleted
inserted
replaced
7 |
7 |
8 {% block title %}{% blocktrans %}Register{% endblocktrans %}{% endblock %} |
8 {% block title %}{% blocktrans %}Register{% endblocktrans %}{% endblock %} |
9 |
9 |
10 {% block content %} |
10 {% block content %} |
11 |
11 |
12 <h1 class="main_title"><a class="title" href="{% url index %}">{{ CONF.workspace_name }}</a></h1> |
12 <h1 class="main_title"> |
|
13 {% if CONF.f_get_logo_url %} |
|
14 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div> |
|
15 {% else %} |
|
16 |
|
17 {% if CONF.workspace_name %} |
|
18 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a> |
|
19 {% endif %} |
|
20 {% endif %} |
|
21 </h1> |
13 |
22 |
14 <div id="login_container"> |
23 <div id="login_container"> |
15 |
24 |
16 <form id="register" enctype="multipart/form-data" class="wizard-form" action="." method="post"> |
25 <form id="register" enctype="multipart/form-data" class="wizard-form" action="." method="post"> |
17 |
26 |