mirror of https://github.com/django/django.git
Fixed bidirectionality on the congrats page.
This commit is contained in:
parent
5efaf078f7
commit
9012033138
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue