aboutsummaryrefslogtreecommitdiff
path: root/static/admin.html
diff options
context:
space:
mode:
authorFChannel <>2021-07-02 13:40:12 -0700
committerFChannel <>2021-07-02 13:40:12 -0700
commit9bd4e03d926c045dc82ce844cb02b078843ce787 (patch)
tree79623ee401d67601239e910c7cdd70a830bea752 /static/admin.html
parentf3cc97e35c66e752ad4f0639dea8eaaecc94eba4 (diff)
removed javascript for post validation because it broke board creation
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>