linebreaksbr stuff
This commit is contained in:
parent
222e8fd489
commit
3639022390
|
@ -1,5 +1,5 @@
|
|||
|
||||
|
||||
<!--
|
||||
<div class="linksInnerOrange">
|
||||
<a href="#" class="orange toggleNext">Dummy Link 1</a>
|
||||
<div class="hideText">Dummy text that displays on clicking link</div>
|
||||
|
@ -10,3 +10,13 @@
|
|||
<a href="#" class="orange toggleNext">Dummy Link 4</a>
|
||||
<div class="hideText">Dummy text that displays on clicking link</div>
|
||||
</div>
|
||||
-->
|
||||
{% load guidelines %}
|
||||
<div class="orange">
|
||||
{{ title }}
|
||||
</div>
|
||||
<div class="">
|
||||
{% autoescape off %}
|
||||
{{ text|linebreaksbr|link_bps }}
|
||||
{% endautoescape %}
|
||||
</div>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<div class="orange">{{ title }}</div>
|
||||
<div>{{ intro }}</div>
|
||||
<div>{{ intro|linebreaksbr }}</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user