added template stuff

This commit is contained in:
Kyle Roux
2017-05-16 11:05:51 -07:00
3 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,3 @@
{% extends 'web/contact_form.html' %}
{% block title %}Edit contact{% endblock %}
{% block form_action %}{{ url_for('edit_contact', id=contact_id) }}{% endblock %}
{% block form_action %}{{ url_for('edit_contact', id=contact_id) }}{% endblock %}