2011-09-28 11:27:19 +00:00
|
|
|
|
2011-09-28 16:58:09 +00:00
|
|
|
<!--
|
2011-09-22 19:56:21 +00:00
|
|
|
<div class="linksInnerOrange">
|
2011-09-28 11:27:19 +00:00
|
|
|
<a href="#" class="orange toggleNext">Dummy Link 1</a>
|
2011-09-22 19:56:21 +00:00
|
|
|
<div class="hideText">Dummy text that displays on clicking link</div>
|
2011-09-28 11:27:19 +00:00
|
|
|
<a href="#" class="orange toggleNext">Dummy Link 2</a>
|
2011-09-22 19:56:21 +00:00
|
|
|
<div class="hideText">Dummy text that displays on clicking link</div>
|
2011-09-28 11:27:19 +00:00
|
|
|
<a href="#" class="orange toggleNext">Dummy Link 3</a>
|
2011-09-22 19:56:21 +00:00
|
|
|
<div class="hideText">Dummy text that displays on clicking link</div>
|
2011-09-28 11:27:19 +00:00
|
|
|
<a href="#" class="orange toggleNext">Dummy Link 4</a>
|
2011-09-22 19:56:21 +00:00
|
|
|
<div class="hideText">Dummy text that displays on clicking link</div>
|
|
|
|
</div>
|
2011-09-28 16:58:09 +00:00
|
|
|
-->
|
|
|
|
{% load guidelines %}
|
|
|
|
<div class="orange">
|
|
|
|
{{ title }}
|
|
|
|
</div>
|
|
|
|
<div class="">
|
|
|
|
{% autoescape off %}
|
|
|
|
{{ text|linebreaksbr|link_bps }}
|
|
|
|
{% endautoescape %}
|
|
|
|
</div>
|