1
0
Fork 0

Add Citation to frontend suggestions

pull/57/head
Nikos Roussos 2015-09-18 00:27:55 +03:00
parent cb9cd7d766
commit 40b6d72817
1 changed files with 3 additions and 0 deletions

View File

@ -214,6 +214,9 @@
{% if suggestion.downlink_high %}
{% include "includes/field.html" with name="Downlink High" value=suggestion.downlink_high|frq original=suggestion.transmitter.downlink_high|frq %}
{% endif %}
{% if suggestion.citation %}
{% include "includes/field.html" with name="Citation" value=suggestion.citation|urlizetrunc:35 %}
{% endif %}
</div>
</div>
</div>