mirror of
https://github.com/Hopiu/django.git
synced 2026-04-23 16:24:50 +00:00
Fixed bidirectionality on the congrats page.
This commit is contained in:
parent
5efaf078f7
commit
9012033138
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue