diff html/new.html @ 78:9bfe5ce3cc45

pasterd: rework themes
author David Demelier <markand@malikania.fr>
date Thu, 16 Mar 2023 20:45:59 +0100
parents fe78b16c694d
children 52029a52a385
line wrap: on
line diff
--- a/html/new.html	Thu Mar 16 15:05:26 2023 +0100
+++ b/html/new.html	Thu Mar 16 20:45:59 2023 +0100
@@ -9,7 +9,7 @@
 
 					<tr>
 						<td class="label">Author</td>
-						<td><input name="author" type="text" placeholder="Anonymous" /></td>
+						<td><input name="author" type="text" placeholder="Anonymous" value="{{author}}" /></td>
 					</tr>
 
 					<tr>
@@ -35,8 +35,8 @@
 					</tr>
 
 					<tr>
-						<td class="label">Private</td>
-						<td><input type="checkbox" name="private" checked></input></td>
+						<td class="label">Public</td>
+						<td><input type="checkbox" name="visible"></input></td>
 					</tr>
 				</table>