Fixed bidirectionality on the congrats page.

This commit is contained in:
Majid Vaghari 2019-04-05 15:49:21 +04:30 committed by Mariusz Felisiak
parent 5efaf078f7
commit 9012033138
No known key found for this signature in database
GPG Key ID: 2EF56372BA48CD1B
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{% load i18n %}
<!doctype html>
<html>
{% get_current_language_bidi as LANGUAGE_BIDI %}
<html{% if LANGUAGE_BIDI %} dir="rtl"{% endif %}>
<head>
<meta charset="utf-8">
<title>{% trans "Django: the Web framework for perfectionists with deadlines." %}</title>