homepage text dont render p tags if empty
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
{% if last_updated %}<br><i><sub>last updated: {{ get_datetime_str(last_updated) }}</sub></i>{% endif %}
|
{% if last_updated %}<br><i><sub>last updated: {{ get_datetime_str(last_updated) }}</sub></i>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>{{ homepage_text|safe }}</p>
|
{% if homepage_text %}<p>{{ homepage_text|safe }}</p>{% endif %}
|
||||||
|
|
||||||
{% for member in home_pins %}
|
{% for member in home_pins %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user