adding module templates
This commit is contained in:
parent
6f00c2fcbe
commit
ca49d4c4eb
16
itf/templates/modules/bestpractices/bestpractice.html
Normal file
16
itf/templates/modules/bestpractices/bestpractice.html
Normal 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>
|
||||
|
||||
|
0
itf/templates/modules/details_base.html
Normal file
0
itf/templates/modules/details_base.html
Normal file
Loading…
Reference in New Issue
Block a user