mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 19:19:59 +00:00
Move deleted button on edit page.
This commit is contained in:
parent
dfe745c635
commit
02c7223f09
|
@ -66,9 +66,6 @@
|
||||||
Trusted
|
Trusted
|
||||||
</label>
|
</label>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
<br><br>
|
|
||||||
<div class="btn-group" data-toggle="buttons">
|
|
||||||
{% if g.user.is_moderator %}
|
{% if g.user.is_moderator %}
|
||||||
<label class="btn btn-primary {% if torrent.deleted %}active{% endif %}">
|
<label class="btn btn-primary {% if torrent.deleted %}active{% endif %}">
|
||||||
{{ form.is_deleted }}
|
{{ form.is_deleted }}
|
||||||
|
|
Loading…
Reference in a new issue