aboutsummaryrefslogtreecommitdiff
path: root/static/admin.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/admin.html')
-rw-r--r--static/admin.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/admin.html b/static/admin.html
index a4c61c1..f238ec0 100644
--- a/static/admin.html
+++ b/static/admin.html
@@ -6,7 +6,7 @@
<body>
<div style="margin: 0 auto; width: 400px;">
<h3>Add Board</h3>
- <form id="new-post" action="/{{ .Key }}/addboard" method="post" enctype="application/x-www-form-urlencoded">
+ <form id="new-board" action="/{{ .Key }}/addboard" method="post" enctype="application/x-www-form-urlencoded">
<label>Name:</label><br>
<input type="text" name="name" placeholder="g" required><br>
<label>Prefered Name:</label><br>