forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-27 22:47:55 -06:00
parent 8c80ac93cc
commit 0720c2cda1
1 changed files with 2 additions and 2 deletions

View File

@ -77,9 +77,9 @@
<ul class="flex flex-col mt-3 mb-0 space-y-6">
<li>
<div class="label text-black dark:text-gray-200">Agendaposter Mode</div>
<form id="sidebar-agendaposter" class="{% if u.agendaposter %}hidden{% endif %} mb-3" action="/agendaposter/{{u.id}}" method="post">
<form id="sidebar-agendaposter" class="{% if u.agendaposter %}hidden{% endif %}" action="/agendaposter/{{u.id}}" method="post">
<input type="hidden" name="formkey", value="{{v.formkey}}">
<input type="number" step="any" name="days" class="form-input" placeholder="Days (0 or blank = permanent)" >
<input type="number" step="any" name="days" class="form-input mb-3" placeholder="Days (0 or blank = permanent)" >
<button class="btn btn-red w-full">
<i class="fas fa-paint-brush fa-sm fa-fw mr-2"></i>
Lock agendaposter theme