flask-contacts/templates/web/edit_contact.html

4 lines
165 B
HTML
Raw Normal View History

{% extends 'web/contact_form.html' %}
2017-05-10 18:41:02 +02:00
{% block title %}Edit contact{% endblock %}
{% block form_action %}{{ url_for('edit_contact', id=contact_id) }}{% endblock %}