.
This commit is contained in:
@@ -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/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user