This commit is contained in:
Ross
2024-11-11 14:01:42 +00:00
parent fad940bcd4
commit 9c69792e87
+6 -1
View File
@@ -21,7 +21,12 @@
<p>Comments: {{ entry.comments }}</p>
Current format: {{ entry.get_current_format }}
Current format:
{% if entry.get_current_format %}
<a href='{% url "oef:format_update" entry.get_current_format.pk %}'>{{ entry.get_current_format }}</a>
{% else %}
None
{% endif %}
<br/>