mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Portal fix unpatched template.
Note: The new look extension is already fixed.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</i>
|
||||
{% endif %}
|
||||
{% if form.title is defined %}
|
||||
<span>{{ form.title|raw }}</span>{% if form.title_complement %}<span>{{ form.title_complement|raw }}</span>{% endif %}
|
||||
<span>{{ form.title|raw }}</span>{% if form.title_complement is defined %}<span>{{ form.title_complement|raw }}</span>{% endif %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user