diff --git a/nuitdelinfo_2021/settings.py.exemple b/nuitdelinfo_2021/settings.py.exemple index 2ed6653..206279f 100644 --- a/nuitdelinfo_2021/settings.py.exemple +++ b/nuitdelinfo_2021/settings.py.exemple @@ -31,7 +31,7 @@ ALLOWED_HOSTS = ["3cab-134-214-214-199.ngrok.io", "localhost", "4125-134-214-214 # Application definition INSTALLED_APPS = [ - "core.apps.AppConfig", + "core.apps.CoreConfig", "rescue.apps.RescueConfig", "people.apps.PeopleConfig", "boat.apps.BoatConfig", diff --git a/static/images/marker-icon-2x.png b/static/images/marker-icon-2x.png new file mode 100644 index 0000000..88f9e50 Binary files /dev/null and b/static/images/marker-icon-2x.png differ diff --git a/static/images/marker-icon.png b/static/images/marker-icon.png new file mode 100644 index 0000000..950edf2 Binary files /dev/null and b/static/images/marker-icon.png differ diff --git a/static/images/marker-shadow.png b/static/images/marker-shadow.png new file mode 100644 index 0000000..9fd2979 Binary files /dev/null and b/static/images/marker-shadow.png differ diff --git a/templates/article/article.html b/templates/article/article.html index ccc1a39..15711be 100644 --- a/templates/article/article.html +++ b/templates/article/article.html @@ -8,7 +8,7 @@

{{ rescue.resume }}

- +
{{ rescue.description.html | safe }} @@ -30,6 +30,35 @@ + + {% endblock %} diff --git a/templates/index.html b/templates/index.html index b09c0e4..4ded7ed 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,6 @@

Carte dynamique

-

Articles récents

@@ -30,12 +29,30 @@