flask-contacts/templates/web/edit_contact.html

3 lines
163 B
HTML
Raw Normal View History

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