#315 remove 'application' from agenda/widget.html, too
This commit is contained in:
parent
93f9e2dc97
commit
fedfe802e3
@ -40,16 +40,7 @@
|
||||
<span class="indentation"> </span>
|
||||
{% endfor %}
|
||||
<a href="{% model_url item 'view' %}">{{ item }}</a>
|
||||
{% if item.get_related_type == 'application' %}
|
||||
({% trans 'Application' %}
|
||||
{% if item.get_related_slide.number %}
|
||||
{{ item.get_related_slide.number }})
|
||||
{% else %}
|
||||
<i>[{% trans "no number" %}]</i>)
|
||||
{% endif %}
|
||||
{% elif item.related_sid %}
|
||||
({{ item.print_related_type }})
|
||||
{% endif %}
|
||||
{{ item.get_title_supplement }}
|
||||
</li>
|
||||
{% empty %}
|
||||
<li>{% trans 'No items available.' %}</li>
|
||||
|
Loading…
Reference in New Issue
Block a user