Adding placeholder text in the presentation proposal form #1

Closed
Jason van Gumster wants to merge 16 commits from (deleted):proposal_placeholders into staging

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 0312194bd1 - Show all commits

View File

@ -10,4 +10,11 @@ a.whoosh.whoosh-page(href="{% url 'admin:flatpages_flatpage_change' flatpage.id
| {% block content_main %} | {% block content_main %}
.flatpage .flatpage
| {{ flatpage.content }} | {{ flatpage.content }}
| {% for level, sponsors in edition_sponsors.items %}
| {{ level }}
| {% for sponsor in sponsors%}
img(src="{{ sponsor.logo.url }}")
| {% endfor %}
| {% endfor %}
| {% endblock content_main %} | {% endblock content_main %}