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