initial commit
This commit is contained in:
commit
8837b1e04f
35 changed files with 1272 additions and 0 deletions
12
sourcing/templates/user/account.html
Normal file
12
sourcing/templates/user/account.html
Normal 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" %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue