From 6445823625cbdede363a0236848adc7c4682aa70 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 4 May 2014 22:13:10 +0200 Subject: Confirmation message before suppression of accounts and suppression of feeds. --- pyaggr3g470r/templates/admin/dashboard.html | 2 +- pyaggr3g470r/templates/admin/user.html | 2 +- pyaggr3g470r/templates/feed.html | 2 +- pyaggr3g470r/templates/feeds.html | 2 +- pyaggr3g470r/templates/management.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/admin/dashboard.html b/pyaggr3g470r/templates/admin/dashboard.html index a9b3e546..5c7fa5c1 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -25,7 +25,7 @@ - + {% endfor %} diff --git a/pyaggr3g470r/templates/admin/user.html b/pyaggr3g470r/templates/admin/user.html index b7148617..3e2d7f3e 100644 --- a/pyaggr3g470r/templates/admin/user.html +++ b/pyaggr3g470r/templates/admin/user.html @@ -44,7 +44,7 @@ - + {% endfor %} diff --git a/pyaggr3g470r/templates/feed.html b/pyaggr3g470r/templates/feed.html index 1caa6d13..21db7ebe 100644 --- a/pyaggr3g470r/templates/feed.html +++ b/pyaggr3g470r/templates/feed.html @@ -4,7 +4,7 @@

{{ feed.title }}

{% if feed.description %}

{{ feed.description }}

{% endif %} - +
diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html index 4caf6653..509df190 100644 --- a/pyaggr3g470r/templates/feeds.html +++ b/pyaggr3g470r/templates/feeds.html @@ -31,7 +31,7 @@ - + {% endfor %} diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 8dbe193a..6a58919e 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -23,7 +23,7 @@
-- cgit