diff --git a/cao_sunyata.sqlite b/cao_sunyata.sqlite index dd5ce55..06588d5 100644 Binary files a/cao_sunyata.sqlite and b/cao_sunyata.sqlite differ diff --git a/cao_sunyata/static/images/backgrounds/product-tip.png b/cao_sunyata/static/images/backgrounds/product-tip.png deleted file mode 100644 index c39565f..0000000 Binary files a/cao_sunyata/static/images/backgrounds/product-tip.png and /dev/null differ diff --git a/cao_sunyata/static/images/backgrounds/rocket.png b/cao_sunyata/static/images/backgrounds/rocket.png deleted file mode 100644 index 5ee44a9..0000000 Binary files a/cao_sunyata/static/images/backgrounds/rocket.png and /dev/null differ diff --git a/cao_sunyata/static/images/logos/logo-light.svg b/cao_sunyata/static/images/logos/logo-light.svg deleted file mode 100644 index 229b5d6..0000000 --- a/cao_sunyata/static/images/logos/logo-light.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/cao_sunyata/static/images/logos/seodashlogo.png b/cao_sunyata/static/images/logos/seodashlogo.png deleted file mode 100644 index 40a6a8a..0000000 Binary files a/cao_sunyata/static/images/logos/seodashlogo.png and /dev/null differ diff --git a/cao_sunyata/static/images/products/s1.jpg b/cao_sunyata/static/images/products/s1.jpg deleted file mode 100644 index 144d0e8..0000000 Binary files a/cao_sunyata/static/images/products/s1.jpg and /dev/null differ diff --git a/cao_sunyata/static/images/products/s11.jpg b/cao_sunyata/static/images/products/s11.jpg deleted file mode 100644 index 8980089..0000000 Binary files a/cao_sunyata/static/images/products/s11.jpg and /dev/null differ diff --git a/cao_sunyata/static/images/products/s4.jpg b/cao_sunyata/static/images/products/s4.jpg deleted file mode 100644 index 803e397..0000000 Binary files a/cao_sunyata/static/images/products/s4.jpg and /dev/null differ diff --git a/cao_sunyata/static/images/products/s5.jpg b/cao_sunyata/static/images/products/s5.jpg deleted file mode 100644 index c40751b..0000000 Binary files a/cao_sunyata/static/images/products/s5.jpg and /dev/null differ diff --git a/cao_sunyata/static/images/products/s7.jpg b/cao_sunyata/static/images/products/s7.jpg deleted file mode 100644 index d819743..0000000 Binary files a/cao_sunyata/static/images/products/s7.jpg and /dev/null differ diff --git a/cao_sunyata/static/images/profile/user-1.jpg b/cao_sunyata/static/images/profile/user-1.jpg deleted file mode 100644 index 2a541d7..0000000 Binary files a/cao_sunyata/static/images/profile/user-1.jpg and /dev/null differ diff --git a/cao_sunyata/static/images/profile/user-2.jpg b/cao_sunyata/static/images/profile/user-2.jpg deleted file mode 100644 index e60f75e..0000000 Binary files a/cao_sunyata/static/images/profile/user-2.jpg and /dev/null differ diff --git a/cao_sunyata/static/images/profile/user-3 (1).jpg b/cao_sunyata/static/images/profile/user-3 (1).jpg deleted file mode 100644 index 55cbe1e..0000000 Binary files a/cao_sunyata/static/images/profile/user-3 (1).jpg and /dev/null differ diff --git a/cao_sunyata/static/images/profile/user-3.jpg b/cao_sunyata/static/images/profile/user-3.jpg deleted file mode 100644 index 55cbe1e..0000000 Binary files a/cao_sunyata/static/images/profile/user-3.jpg and /dev/null differ diff --git a/cao_sunyata/static/img/home/espace-m-s.jpg b/cao_sunyata/static/img/home/espace-m-s.jpg new file mode 100644 index 0000000..7a85611 Binary files /dev/null and b/cao_sunyata/static/img/home/espace-m-s.jpg differ diff --git a/cao_sunyata/templates/blog_edit.jinja2 b/cao_sunyata/templates/blog_edit.jinja2 index 1a0035e..a23e305 100644 --- a/cao_sunyata/templates/blog_edit.jinja2 +++ b/cao_sunyata/templates/blog_edit.jinja2 @@ -35,12 +35,12 @@
- +
- +
diff --git a/cao_sunyata/templates/home.jinja2 b/cao_sunyata/templates/home.jinja2 index 859cbfe..34def8c 100644 --- a/cao_sunyata/templates/home.jinja2 +++ b/cao_sunyata/templates/home.jinja2 @@ -109,7 +109,7 @@
- matdash-img + matdash-img Evènement
diff --git a/cao_sunyata/views/blog.py b/cao_sunyata/views/blog.py index d21d8fc..60a7383 100644 --- a/cao_sunyata/views/blog.py +++ b/cao_sunyata/views/blog.py @@ -144,6 +144,7 @@ def blog_edit(request): if new_values: new_values['topic_id'] = topic new_values['editor'] = request.authenticated_userid + new_values['edited'] = datetime.datetime.now() update_entry(request, blog_id, new_values) return HTTPFound(location=url_retour)