summaryrefslogtreecommitdiffstats
path: root/templates/layout.html
Commit message (Collapse)AuthorAgeFilesLines
* templates: Remove erroneous media queries for css filesAlexander Sulfrian2016-01-121-4/+4
| | | | The css files should also be used for printing and other media types.
* templates: Load javascript files at end of bodyAlexander Sulfrian2016-01-121-2/+3
|
* templates: Remove IE8 compatibilityAlexander Sulfrian2016-01-121-6/+0
|
* template: Add brand for navbarAlexander Sulfrian2016-01-121-0/+1
|
* 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