forked from CGM_Public/pretix_original
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:
@@ -77,7 +77,7 @@
|
||||
<a href="?{% url_replace request 'ordering' '-live' %}"><i class="fa fa-caret-down"></i></a>
|
||||
<a href="?{% url_replace request 'ordering' 'live' %}"><i class="fa fa-caret-up"></i></a>
|
||||
</th>
|
||||
<th class="text-right">
|
||||
<th class="text-right flip">
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -138,7 +138,7 @@
|
||||
<span class="label label-success">{% trans "On sale" %}</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<td class="text-right flip">
|
||||
<a href="{% url "control:event.index" organizer=e.organizer.slug event=e.slug %}"
|
||||
class="btn btn-sm btn-default" title="{% trans "Open event dashboard" %}"
|
||||
data-toggle="tooltip">
|
||||
|
||||
Reference in New Issue
Block a user