added supporters plugin
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
1bba65bbe9
commit
30b1e5f9c3
2 changed files with 28 additions and 1 deletions
14
digitalglarus/templates/digitalglarus/supporters_plugin.html
Normal file
14
digitalglarus/templates/digitalglarus/supporters_plugin.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<div class="col-md-12">
|
||||
{{placeholder}}
|
||||
<h1> WILLIWILLIWANKA </h1>
|
||||
{% for supporter in supporters %}
|
||||
<div class="col-md-6">
|
||||
<div class="thumbnail">
|
||||
<div class="caption">
|
||||
<h3>{{supporter.name}}</h3>
|
||||
<p>{{supporter.description}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue