Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Anon users should not be able to see it

Instead of checking that user exist, checking that user id > 0
Cette révision appartient à :
akuma06 2017-05-29 13:23:47 +02:00
Parent 79a6ee3747
révision 41f7f678cc

Voir le fichier

@ -29,7 +29,7 @@
<input type="checkbox" name="remake" id="remake" >
<label for="remake">{{call $.T "mark_as_remake"}}</label>
</p>
{{ if $.User }}
{{ if gt $.User.ID 0 }}
<p>
<input type="checkbox" name="hidden" id="hidden" >
<label for="hidden">{{call $.T "mark_as_hidden"}}</label>