initial commit

This commit is contained in:
Edward Betts 2017-01-30 10:22:05 +00:00
commit 8837b1e04f
35 changed files with 1272 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{% from "form/controls.html" import render_field %}
{% set title="account settings" %}
{% set action=url_for(".account_settings") %}
{% set label="save" %}
{% set fields %}
{{ render_field(form.full_name) }}
{% endset %}
{% include "form/simple.html" %}