{% extends 'core/base.html' %} {% load i18n material_form any_js %} {% block page_title %}{% trans "Suggest a Quote" %}{% endblock %} {% block browser_title %}{% trans "Suggest a Quote" %}{% endblock %} {% block extra_head %} {{ form.media.css }} {% include_css "select2-materialize" %} {% endblock %} {% block content %}
info {% blocktrans %} In this form, you can suggest a quote for the magazine. Please be aware of correct spelling and grammar. {% endblocktrans %}
{% csrf_token %} {% form form=form %}{% endform %} {% include "core/partials/save_button.html" %}
{% include_js "select2-materialize" %} {{ form.media.js }} {% endblock content %}