diff --git a/templates/options.tpl b/templates/options.tpl
index 65f6a02d9ec31681b8314d6a3140ae9c4d7aed18..c210cb20b2b2f15448a64e488a159f874430cc50 100644
--- a/templates/options.tpl
+++ b/templates/options.tpl
@@ -3,8 +3,6 @@
 <div class="box" >
 <div class="boxhead"><h2>User Settings</h2></div>
 <div class="boxcontent">
-<form class="admin" action="{$baseurl}{$path}" method="POST">
-	
 	<fieldset>
 	<legend> System Details </legend>
 	<div class="row">
@@ -229,7 +227,6 @@
 {/if}
 
 	<div class="clear"></div>
-</form>
 </div>
 <div class="hollowfoot"><div><div></div></div></div>
 </div>