Change application widget - Set number behind the title.
Fix wrong application title in the beamer template
This commit is contained in:
parent
0279c07b15
commit
16e829a05d
@ -18,10 +18,13 @@
|
||||
<span></span>
|
||||
</a>
|
||||
<a href="{% model_url application 'view' %}">
|
||||
{{ application.public_version.title }}
|
||||
({% trans 'Application' %}
|
||||
{% if application.number %}
|
||||
{% trans 'Application' %} {{ application.number }}:
|
||||
{{ application.number }})
|
||||
{% else %}
|
||||
<i>[{% trans "no number" %}]</i>)
|
||||
{% endif %}
|
||||
{{ application }}
|
||||
</a>
|
||||
</li>
|
||||
{% empty %}
|
||||
|
@ -65,7 +65,7 @@
|
||||
{% trans "Application" %} <i>[{% trans "no number" %}]</i>
|
||||
{% endif %}
|
||||
</h1>
|
||||
<b>{{ application.title }}</b>
|
||||
<b>{{ application.public_version.title }}</b>
|
||||
<hr>
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user