Cleaner if in view

This commit is contained in:
perast
2020-11-10 10:16:19 +01:00
parent b463bc569a
commit a08ff27f78
+1 -2
View File
@@ -20,8 +20,7 @@
<div class="col-md-3">
{% if profile %}
<a href="/download/profile.bin">{{ profile }}</a>
{% endif %}
{% if not profile %}
{% else %}
{{ profile }}
{% endif %}
</div>