updated main pages links
This commit is contained in:
parent
40cdf8a11f
commit
1d18894b60
46 changed files with 466 additions and 769 deletions
8
cms_templates/supporters_plugin.html
Normal file
8
cms_templates/supporters_plugin.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<div class="row">
|
||||
{% for supporter in supporters.all %}
|
||||
<div class="col-md-12">
|
||||
<h3 class="text-center">{{supporter.name}}</h3>
|
||||
<p class="text-center">{{supporter.description}}</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue