mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
added so the form doesn't submit
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<b>Admin Panel</b>
|
<b>Admin Panel</b>
|
||||||
<br>
|
<br>
|
||||||
<form id="adminForm" name="ufo" action="" class="daform nomargin" id="base">
|
<form id="adminForm" onsubmit="return false" name="ufo" action="" class="daform nomargin" id="base">
|
||||||
|
|
||||||
<label>Only admin can vote <input type="checkbox" name="vote" value="1"></input></label>
|
<label>Only admin can vote <input type="checkbox" name="vote" value="1"></input></label>
|
||||||
<label>Only admin can add songs <input type="checkbox" name="addSongs" value="1"></input></label>
|
<label>Only admin can add songs <input type="checkbox" name="addSongs" value="1"></input></label>
|
||||||
|
|||||||
Reference in New Issue
Block a user