linebreaks br on templatet

This commit is contained in:
Karen 2012-10-02 03:09:37 +05:30
parent 68b31eb21f
commit f11bc33f76

View File

@ -41,7 +41,7 @@ height:150px;
<p class="orange"><strong>{% if n.url %} <a href="{{ n.url }}" target="_blank"> {% endif %}{{ n.title }} {% if n.url %}</a> {% endif %}</strong></p> <p class="orange"><strong>{% if n.url %} <a href="{{ n.url }}" target="_blank"> {% endif %}{{ n.title }} {% if n.url %}</a> {% endif %}</strong></p>
<br> <br>
<p>{{ n.description }}</p> <p>{{ n.description|linebreaksbr }}</p>
</div><!--NOTEWORTHY CLOSING --> </div><!--NOTEWORTHY CLOSING -->