From 2478e1b6508566c30d22b5d0bd92bd5a21bc86cd Mon Sep 17 00:00:00 2001 From: artus40 Date: Thu, 21 Sep 2017 17:51:44 +0200 Subject: [PATCH] moved images to img folder --- core/static/{ => img}/activity.svg | 0 core/static/{ => img}/chevrons-left.svg | 0 core/static/{ => img}/chevrons-right.svg | 0 core/static/{ => img}/delete.svg | 0 core/static/{ => img}/edit.svg | 0 core/static/{ => img}/minus-circle.svg | 0 core/static/{ => img}/minus-square.svg | 0 core/static/{ => img}/plus.svg | 0 core/static/{ => img}/repeat.svg | 0 core/static/{ => img}/rewind.svg | 0 core/static/{ => img}/tag.svg | 0 core/templates/core/base.html | 10 +++++----- core/templates/core/enregistrement_add.html | 4 ++-- core/templates/core/etiquette_list.html | 4 ++-- core/templates/core/index.html | 10 +++++----- core/templates/core/recursif_list.html | 4 ++-- 16 files changed, 16 insertions(+), 16 deletions(-) rename core/static/{ => img}/activity.svg (100%) rename core/static/{ => img}/chevrons-left.svg (100%) rename core/static/{ => img}/chevrons-right.svg (100%) rename core/static/{ => img}/delete.svg (100%) rename core/static/{ => img}/edit.svg (100%) rename core/static/{ => img}/minus-circle.svg (100%) rename core/static/{ => img}/minus-square.svg (100%) rename core/static/{ => img}/plus.svg (100%) rename core/static/{ => img}/repeat.svg (100%) rename core/static/{ => img}/rewind.svg (100%) rename core/static/{ => img}/tag.svg (100%) diff --git a/core/static/activity.svg b/core/static/img/activity.svg similarity index 100% rename from core/static/activity.svg rename to core/static/img/activity.svg diff --git a/core/static/chevrons-left.svg b/core/static/img/chevrons-left.svg similarity index 100% rename from core/static/chevrons-left.svg rename to core/static/img/chevrons-left.svg diff --git a/core/static/chevrons-right.svg b/core/static/img/chevrons-right.svg similarity index 100% rename from core/static/chevrons-right.svg rename to core/static/img/chevrons-right.svg diff --git a/core/static/delete.svg b/core/static/img/delete.svg similarity index 100% rename from core/static/delete.svg rename to core/static/img/delete.svg diff --git a/core/static/edit.svg b/core/static/img/edit.svg similarity index 100% rename from core/static/edit.svg rename to core/static/img/edit.svg diff --git a/core/static/minus-circle.svg b/core/static/img/minus-circle.svg similarity index 100% rename from core/static/minus-circle.svg rename to core/static/img/minus-circle.svg diff --git a/core/static/minus-square.svg b/core/static/img/minus-square.svg similarity index 100% rename from core/static/minus-square.svg rename to core/static/img/minus-square.svg diff --git a/core/static/plus.svg b/core/static/img/plus.svg similarity index 100% rename from core/static/plus.svg rename to core/static/img/plus.svg diff --git a/core/static/repeat.svg b/core/static/img/repeat.svg similarity index 100% rename from core/static/repeat.svg rename to core/static/img/repeat.svg diff --git a/core/static/rewind.svg b/core/static/img/rewind.svg similarity index 100% rename from core/static/rewind.svg rename to core/static/img/rewind.svg diff --git a/core/static/tag.svg b/core/static/img/tag.svg similarity index 100% rename from core/static/tag.svg rename to core/static/img/tag.svg diff --git a/core/templates/core/base.html b/core/templates/core/base.html index 563642b..d038071 100644 --- a/core/templates/core/base.html +++ b/core/templates/core/base.html @@ -11,7 +11,7 @@
diff --git a/core/templates/core/enregistrement_add.html b/core/templates/core/enregistrement_add.html index d9b6bbe..8f72491 100644 --- a/core/templates/core/enregistrement_add.html +++ b/core/templates/core/enregistrement_add.html @@ -13,7 +13,7 @@
- {{ form.est_negatif}} + {{ form.est_negatif}}
@@ -31,7 +31,7 @@
- +
{% endblock %} diff --git a/core/templates/core/etiquette_list.html b/core/templates/core/etiquette_list.html index d00c7c7..ecbcb46 100644 --- a/core/templates/core/etiquette_list.html +++ b/core/templates/core/etiquette_list.html @@ -14,8 +14,8 @@ {{ etiquette }} - Éditer - Supprimer + Éditer + Supprimer {% endfor %} diff --git a/core/templates/core/index.html b/core/templates/core/index.html index f6969e9..3bbd009 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -1,11 +1,11 @@ {% extends "core/base.html" %} {% load bootstrap4 staticfiles %} {% block page_title %} - + Comptes de {{mois}} {{annee}} - + {% if next_month_url %} - + {% endif %} {% endblock %} {% block body_content %} @@ -33,8 +33,8 @@ {{ d.montant }} - - + + {% endfor %} diff --git a/core/templates/core/recursif_list.html b/core/templates/core/recursif_list.html index 57f817e..b5d59e3 100644 --- a/core/templates/core/recursif_list.html +++ b/core/templates/core/recursif_list.html @@ -20,8 +20,8 @@ {{ enr_rec.description }} {{ enr_rec.etiquette }} {{ enr_rec.montant }} - Éditer - Supprimer + Éditer + Supprimer {% endfor %}