In most cases this mirrors the primary header on the page, but in some cases the title is simplified and/or nested to reflect the depth of the current page
Co-authored-by: Thomas Steen Rasmussen <tykling@bornhack.org>
* update font-awesome to 5.12.1
* prefetch members to considerably lower number of SQL queries for team list view
* add facilities app with facility feeedback functionality, working on #383
* Add GeoDjango (django.contrib.gis) and switch to PostGIS db backend. Add location field for Facility model. Add django-leaflet to requirements.
* better migration names
* tweaking travis config, we use py3.7 now, and add postgis
* Add qr code support for facilities (visible in the admin). Make facitilies browsable without logging in. Feedback can be submitted without logging in, given the facility UUID, which is not revealed to unauthenticated users.
* show quickfeedback icons when creating and when reading feedback
* only show anon option if user is logged in
* django-reversion somehow went missing from requirements