From 4b5f9b105c8b600d1bf607bfb912bd46af12b0ac Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 12 Jun 2015 14:34:13 +0200 Subject: Typo. --- pyaggr3g470r/views/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/views/views.py') diff --git a/pyaggr3g470r/views/views.py b/pyaggr3g470r/views/views.py index f88e9fa4..6f17544c 100644 --- a/pyaggr3g470r/views/views.py +++ b/pyaggr3g470r/views/views.py @@ -448,7 +448,7 @@ def duplicates(feed_id=None): duplicates = [] duplicates = utils.compare_documents(feed) if len(duplicates) == 0: - flash(gettext('No duplicates in the feed "{}"".').format(feed.title), + flash(gettext('No duplicates in the feed "{}".').format(feed.title), 'info') return redirect(redirect_url()) return render_template('duplicates.html', duplicates=duplicates, feed=feed) -- cgit