mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Support for right-to-left languages (#1438)
* play around * Flip things in presale * Convert backend * Remove test settings * Safe getattr
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{% load statici18n %}
|
||||
{% load thumb %}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html{% if rtl %} dir="rtl" class="rtl"{% endif %}>
|
||||
<head>
|
||||
<title>{% block thetitle %}{% endblock %}</title>
|
||||
{% compress css %}
|
||||
|
||||
Reference in New Issue
Block a user