diff --git a/dockerize/Makefile b/dockerize/Makefile index 1f4b655a..aa3360a8 100644 --- a/dockerize/Makefile +++ b/dockerize/Makefile @@ -119,5 +119,3 @@ dbrestore: @docker exec -t $(PROJECT_ID)-db pg_restore /backups/latest.dmp | docker exec -i $(PROJECT_ID)-db su - postgres -c "psql gis" @docker-compose -p $(PROJECT_ID) start web @echo "starting web container" - - diff --git a/qgis-app/static/images/favicon.ico b/qgis-app/static/images/favicon.ico new file mode 100644 index 00000000..3717ce38 Binary files /dev/null and b/qgis-app/static/images/favicon.ico differ diff --git a/qgis-app/static/images/qgis-icon-32x32.png b/qgis-app/static/images/qgis-icon-32x32.png index db7c3020..6cd3bc0e 100644 Binary files a/qgis-app/static/images/qgis-icon-32x32.png and b/qgis-app/static/images/qgis-icon-32x32.png differ diff --git a/qgis-app/templates/base.html b/qgis-app/templates/base.html index d0b92916..1e13af4b 100644 --- a/qgis-app/templates/base.html +++ b/qgis-app/templates/base.html @@ -17,6 +17,8 @@ {% block extracss %}{% endblock %} + +