Skip to content
Snippets Groups Projects
Commit 1623ddc7 authored by Parbhat Puri's avatar Parbhat Puri Committed by Fredrik Jonsson
Browse files

Display term's parent name in meta terms block in submission detail page

parent 51390eee
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
<h5>Meta Terms</h5>
<ul>
{% for meta_term in object.meta_terms.all %}
<h6 class="heading--no-margin">{{ meta_term.get_parent }}</h6>
<li>{{ meta_term.name }}</li>
{% empty %}
None. Meta terms can be added to a submission using Meta terms button at top.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment