Adding placeholder text in the presentation proposal form #1
@ -10,4 +10,11 @@ a.whoosh.whoosh-page(href="{% url 'admin:flatpages_flatpage_change' flatpage.id
|
||||
| {% block content_main %}
|
||||
.flatpage
|
||||
| {{ flatpage.content }}
|
||||
|
||||
| {% for level, sponsors in edition_sponsors.items %}
|
||||
| {{ level }}
|
||||
| {% for sponsor in sponsors%}
|
||||
img(src="{{ sponsor.logo.url }}")
|
||||
| {% endfor %}
|
||||
| {% endfor %}
|
||||
| {% endblock content_main %}
|
||||
|
Loading…
Reference in New Issue
Block a user