Terms and conditions: include the theme specific template into the generic view
[unfold.git] / portal / templates / termsview.html
1 {% extends "layout.html" %}
2
3 {% block content %}
4 <div class="row">
5         <div class="col-md-12">
6         <h1> Terms and conditions</h1>
7         <p align="left">
8     <a name="_Ref238698453"></a>
9     <a name="_Ref238699060"></a>
10     <a name="_Ref249598367"></a>
11     <a name="_Ref254443731"></a>
12     <a name="_Ref254443916"></a>
13     </div>
14
15         <div class="col-md-12">
16     {% include theme|add:"_terms_and_conditions.html" %}
17     </div>
18 </div>
19 {% endblock %}
20