flask-contacts/templates/web/new_contact.html

4 lines
147 B
HTML
Raw Normal View History

{% extends 'web/contact_form.html' %}
2017-05-10 18:41:02 +02:00
{% block title %}New contact{% endblock %}
{% block form_action %}{{ url_for('new_contact') }}{% endblock %}