summaryrefslogtreecommitdiffstats
path: root/templates/layout.html
Commit message (Collapse)AuthorAgeFilesLines
* templates: Use dropdown for logoutAlexander Sulfrian2016-01-111-2/+25
| | | | | With the dropdown in the navbar we can display the username and have an additional link for logout.
* templates: is_authenticated() is a functionAlexander Sulfrian2016-01-111-1/+1
|
* templates: span cannot be a self closing tagAlexander Sulfrian2016-01-111-2/+2
|
* layout: Remove page-headerAlexander Sulfrian2016-01-101-3/+0
|
* Remove admin interfaceAlexander Sulfrian2016-01-101-4/+0
| | | | | | The admin interface from peewee could not be used with sqlalchemy and flask-admin is not available as debian package, so we drop the admin interface.
* Use sqlalchemy, flask-migrate, flask-login and flask-scriptAlexander Sulfrian2016-01-101-7/+5
| | | | No peewee anymore. All dependencies are available as debian packages now.
* templates/layout: use better glyphicons for login/logoutAlexander Sulfrian2014-11-191-2/+2
|
* templates/index: collapse create group form with jsAlexander Sulfrian2014-11-191-3/+3
|
* templates/layout: add navbar for breadcrubs and login/logout linksAlexander Sulfrian2014-11-191-10/+45
|
* static: update bootstrap to 3.3.1, add bootstrap-themeAlexander Sulfrian2014-11-191-0/+1
|
* template: add bootstrap base layoutAlexander Sulfrian2013-09-041-0/+47