summaryrefslogtreecommitdiffstats
path: root/accounts/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add styling to read-only fields in completion pagesJonah Brüchert2024-02-122-6/+6
|
* Fix css class of changed service checkboxJonah Brüchert2024-02-121-1/+1
|
* Make layout mobile friendlyJonah Brüchert2022-10-222-33/+35
|
* Slightly modernize designJonah Brüchert2022-10-223-7/+7
|
* base: Add missing parenthesesAlexander Sulfrian2016-09-291-1/+1
|
* login: Redirect to next url after loginAlexander Sulfrian2016-02-271-0/+2
|
* templates/mail: Get all parts from the templateAlexander Sulfrian2016-02-026-5/+69
| | | | | | | Also render sender and subject with the mail template, so the mails can be created with only a template name, a recipient and the template args. The required confirmation links are also generated in the templates.
* Create new login blueprintAlexander Sulfrian2016-02-022-6/+14
| | | | The login and logout view are now in the login blueprint.
* Redirect to login pageAlexander Sulfrian2016-02-021-4/+0
|
* Rename views: settings->index, index->loginAlexander Sulfrian2016-02-024-80/+80
|
* Use Flask-Login for login handlingAlexander Sulfrian2016-02-021-6/+12
|
* Remove blueprint name for "blueprint-local" urlsAlexander Sulfrian2016-02-022-5/+5
|
* Move general views into blueprintAlexander Sulfrian2016-02-029-16/+16
| | | | The use of a default blueprint allows more independence of the app object.
* All forms should contain a non-empty actionAlexander Sulfrian2016-01-252-2/+2
|
* Render most forms automatically, csrf is also only a fieldAlexander Sulfrian2016-01-259-54/+54
| | | | | | Most forms could be rendered in a loop, so that it automatically contains all fields. The csrf field is only a field, too. So that it could be rendered with render_field, too.
* Moved everything into a packageAlexander Sulfrian2016-01-2517-0/+446