X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/831cbcedffa7c951b24a3a0d2b1ebda07167f692..d41b8890afb195ad1accaea79fe2323d65b98c59:/forum/views/readers.py diff --git a/forum/views/readers.py b/forum/views/readers.py index 5989dcd..91b70bc 100644 --- a/forum/views/readers.py +++ b/forum/views/readers.py @@ -121,9 +121,9 @@ def tag(request, tag): return question_list(request, questions, - mark_safe(_('questions tagged %(tag)s') % {'tag': tag}), + mark_safe(_(u'questions tagged %(tag)s') % {'tag': tag}), None, - mark_safe(_('Questions Tagged With %(tag)s') % {'tag': tag}), + mark_safe(_(u'Questions Tagged With %(tag)s') % {'tag': tag}), False) @decorators.render('questions.html', 'questions', tabbed=False)