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 fe46185b68 - Show all commits

View File

@ -11,10 +11,8 @@ a.whoosh.whoosh-page(href="{% url 'admin:flatpages_flatpage_change' flatpage.id
.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 %}
| {% block site_footer %}
| {% include "conference_main/components/sponsors.pug" %}
| {% endblock site_footer %}