{% extends "demos/base.html" %} {% set obj = submission %} {% block site_css %} {{ super() }} {{ css('submission',) }} {% endblock %} {% block body_attributes %}id="submit"{% endblock %} {% block bodyclass %}{% endblock %} {% block title %} {% if edit %} {{ page_title(_('{subtitle} | Demo Studio') | f(subtitle=_("Edit {demo_title}") | f(demo_title=submission.title))) }} {% else %} {{ page_title(_('{subtitle} | Demo Studio') | f(subtitle=_('Submit a New Demo'))) }} {% endif %} {% endblock %} {% macro li_field(form, field_name, classes='', note='', image=False, show_label=True) %} {% set field = form[field_name] %}
{{ note }}
{% endif %} {{ field.errors|safe }}Whether you are creating an amazing new way to experience the Web or just experimenting with the latest technologies, we invite you to submit your own demos to share with (or show off to) other web developers.
Please complete the form below to ensure your demo is submitted to the Demo Studio successfully.
{% endtrans %} {% endif %}