aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/mixins.py (unfollow)
Commit message (Expand)AuthorLines
2018-03-30Fix testsGravatar Gareth Coles-2/+2
2018-03-30Flake8Gravatar Gareth Coles-4/+4
2018-03-30Decorator for routes that require a login with one of a set of rolesGravatar Gareth Coles-4/+25
2018-03-30Collect all roles from users instead of just a single oneGravatar Gareth Coles-3/+5
2018-03-30Change to PyCharm importsGravatar Gareth Coles-6/+5
2018-03-29Staff page typoGravatar Gareth Coles-1/+1
2018-03-29Rewrite URLs in templates to use `url_for()`Gravatar Gareth Coles-44/+43
2018-03-29Fix broken countdown static file urlGravatar Gareth Coles-1/+1
2018-03-29More convenient static_file() function for templatesGravatar Gareth Coles-31/+12
2018-03-29Fix error routing and more work on static filesGravatar Gareth Coles-16/+15
2018-03-29fixes path to static files in subdomains (#46)Gravatar Christopher Baklid-2/+3
2018-03-29Fix error handler managementGravatar Gareth Coles-19/+15