fix: {% endif %}, not {% end %}

This commit is contained in:
Jennifer Richards 2023-05-12 18:52:35 -03:00
parent 872bdef06b
commit 00f3f01e7e
No known key found for this signature in database
GPG key ID: 9B2BF5C5ADDA6A6E

View file

@ -72,7 +72,7 @@
{% with ref.source.intended_std_level as lvl %}
{% if lvl %}{{ lvl }}{% endif %}
{% endwith %}
{% end %}
{% endif %}
</td>
<td>{{ ref.relationship.name }}</td>
<td>{{ ref.is_downref|default:'' }}</td>