Fixed condition to display resource url (fixes #146)

Signed-off-by: Daniel Ribeiro <drgomesp@gmail.com>
This commit is contained in:
Daniel Ribeiro 2013-03-20 10:02:20 -03:00
parent c8a0115040
commit 32e80af4dc

View File

@ -11,8 +11,7 @@
<div class="heading">
{% if section == '_others' and resource != 'others' %}
<h2>{{ resource }}</h2>
{% endif %}
{% if resource != 'others' %}
{% elseif resource != 'others' %}
<h2>{{ resource }}</h2>
{% endif %}
</div>