adding module templates

This commit is contained in:
Sanj 2011-08-25 15:21:17 +05:30
parent 6f00c2fcbe
commit ca49d4c4eb
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<div class="itfInfo">
{% for s in stories %}
<span class="itfInfoSub">Story: </span><span class="ifInfoInfo">{{ s.text }}</span>
<img class="itfInfoImg" src="{{ s.image }}" />
<br /><br />
{% endfor %}
<span class="itfInfoSub">Law: </span><span class="itfInfoInfo">{{ law }}</span>
{% if law_image %}
<img class="itfInfoImg" src="{{ law_image }}" />
{% endif %}
<br /><br />
<span class="itfInfoSub">Relevance to Theatre: </span><span class="itfInfoInfo">{{ theatre }}</span><br /><br />
<span class="itfInfoSub">Quick Howto: </span><span class="itfInfoInfo">{{ quick_howto }}</span><br /><br />
</div>

View File