Introducing settings blueprint

Now settings live in a dedicated space, the settings blueprint can be used by Pillar applications, and the templates can be extended or overridden. Moved subscription and email settings to the blender-cloud repository.
This commit is contained in:
2017-08-30 23:06:43 +02:00
parent b6bd40f956
commit 7890cd2622
10 changed files with 63 additions and 208 deletions

View File

@@ -2,14 +2,14 @@
| {% block body %}
.container
#settings
include _sidebar
| {% include 'users/settings/_sidebar.html'%}
#settings-container
.settings-header
.settings-title Profile
.settings-content
.settings-form
form#settings-form(method='POST', action="{{url_for('users.settings_profile')}}")
form#settings-form(method='POST', action="{{url_for('settings.profile')}}")
.left
.form-group
| {{ form.full_name.label }}