updated main pages links
This commit is contained in:
parent
d29902c676
commit
5fd4275046
46 changed files with 467 additions and 770 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