Skip to content

Commit

Permalink
Tweak metadata text to be more readable.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanning9 committed Nov 13, 2024
1 parent 5c44eb1 commit faeb431
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{% if metadata.all %}
<p>{{ help_text }}</p>
{% for metadata_item in metadata.all %}
<h5>{{ metadata_item.get_friendly_name }}:</h5> <p><i>{{metadata_item.value}}</i></p>
<h5>{{ metadata_item.get_friendly_name }}:</h5>
<p class="text-black">{{metadata_item.value}}</p>
{% endfor %}
<hr />
{% endif %}

0 comments on commit faeb431

Please sign in to comment.