LTR the about page correctly

This commit is contained in:
Cqoicebordel 2015-02-12 02:02:30 +01:00
parent d4ba97d00d
commit b5cbbcede4
4 changed files with 3 additions and 4 deletions

View file

@ -412,7 +412,6 @@ def about():
"""Render about page"""
return render(
'about.html',
rtl=False,
)