Skip to content

Commit

Permalink
Merge pull request #142 from gm3dmo/addcitation
Browse files Browse the repository at this point in the history
Adding decoration citation
  • Loading branch information
gm3dmo authored Dec 25, 2023
2 parents 1942d94 + ee93f1b commit c39e7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cmp/soldier.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h4>Soldier Record</h4>
<tr><td colspan="2"><h5>Decoration Record:</h5></td></tr>
{% for decoration in soldier.soldierdecoration_set.all %}
<tr><td>Decoration: </td><td>{{ decoration }} <a href="{{ decoration.generate_gazette_url }}">(London Gazette: {{ decoration.gazette_issue }} Page: {{ decoration.gazette_page}} {{ decoration.gazette_date }}</a>) </td></r>
<tr><td>Citation: </td><td>{{ decoration.citation }}</td></r>

{% endfor %}
{% endif %}
Expand Down

0 comments on commit c39e7bc

Please sign in to comment.