diff --git a/README.md b/README.md index 1935e77..aecd4a2 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,7 @@ There is still work to do though : - Currently, the administrator can see everyone's location. This is not a desirable thing but I have no idea how to improve this. If you do, please let me know or propose a PR ! + +## Licenses +- The favicon is from Font Awesome under the Creative Commons Attribution 4.0 International license. It has +been transformed from svg to png. See [the licenses](https://fontawesome.com/license/free). diff --git a/map/static/map/favicon.png b/map/static/map/favicon.png new file mode 100644 index 0000000..8e9db49 Binary files /dev/null and b/map/static/map/favicon.png differ diff --git a/map/templates/map/base.html b/map/templates/map/base.html index 21445f5..4fb0fe5 100644 --- a/map/templates/map/base.html +++ b/map/templates/map/base.html @@ -16,6 +16,8 @@ + + {% block add-head %} {% endblock %}