Hide port long description with full stop

This commit is contained in:
Haren S
2022-01-18 19:15:17 +05:30
committed by Arjun Salyan
parent 78026bba7e
commit db3d2728f4
@@ -1,4 +1,4 @@
{% if d == ld %}
{% if d == ld or d|add:"." == ld %}
<br>
{% else %}
<p class="my-0 pt-0" id="long_description">{{ ld }}</p>