Browse Source

cambie el form

Tatiana Castro 5 years ago
parent
commit
468271194d
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      app/templates/admin_remove.html

+ 4
- 3
app/templates/admin_remove.html View File

@@ -10,12 +10,13 @@
10 10
   		<input type="radio" onclick="javascript:addInformation();" name="check" id="what_to_delete" value="nombre_empleado">  Nombre del Empleado<br>
11 11
   		<input type="radio" onclick="javascript:addInformation();" name="check" id="what_to_delete" value="oficina"> Oficina<br>
12 12
   		<input type="radio" onclick="javascript:addInformation();" name="check" id="what_to_delete" value="last_turn"> Ultimo turno<br>
13
-
13
+  		{{ form.submit }}
14
+  	</form>
14 15
     <div id="showUp" style="visibility:hidden">
15 16
         Escribe el valor por el quiere remover: <input type='text' id='value' name='value'><br>
16 17
     </div>
17
-      {{ form.submit }}
18
-    </form>
18
+      
19
+    
19 20
 
20 21
     <script>
21 22
     function addInformation() {