mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
RTL is no longer considered beta.
This commit is contained in:
parent
0e15d1e72b
commit
3af5aca8f0
1 changed files with 1 additions and 5 deletions
|
@ -4,7 +4,6 @@
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form.non_field_errors }}
|
{{ form.non_field_errors }}
|
||||||
|
|
||||||
|
|
||||||
<div class="options">
|
<div class="options">
|
||||||
<p style="display: none;">{{ form.title }}</p> {# Honeypot field #}
|
<p style="display: none;">{{ form.title }}</p> {# Honeypot field #}
|
||||||
|
|
||||||
|
@ -20,10 +19,7 @@
|
||||||
|
|
||||||
<p class="options-rtl">
|
<p class="options-rtl">
|
||||||
{{ form.rtl }}
|
{{ form.rtl }}
|
||||||
<label for="{{ form.rtl.auto_id }}">
|
<label for="{{ form.rtl.auto_id }}">{% trans "Right-to-Left" %}</label>
|
||||||
{% trans "Right-to-Left" %}
|
|
||||||
<small>[beta]</small>
|
|
||||||
</label>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="action">
|
<p class="action">
|
||||||
|
|
Loading…
Reference in a new issue