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:
Raphael Michel
2019-10-15 11:41:23 +02:00
committed by GitHub
parent 4152ee4e50
commit a4d8c810ce
79 changed files with 2006 additions and 140 deletions
@@ -9,7 +9,7 @@
<fieldset>
{% if request.user.notifications_send %}
<div class="alert alert-info">
<button name="notifications_send" value="off" type="submit" class="pull-right btn btn-default">
<button name="notifications_send" value="off" type="submit" class="pull-right flip btn btn-default">
<span class="fa fa-bell-slash"></span>
{% trans "Disable" %}
</button>
@@ -18,7 +18,7 @@
</div>
{% else %}
<div class="alert alert-warning">
<button name="notifications_send" value="on" type="submit" class="pull-right btn btn-default">
<button name="notifications_send" value="on" type="submit" class="pull-right flip btn btn-default">
<span class="fa fa-bell"></span>
{% trans "Enable" %}
</button>