]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/menu.py
Agregar tutores al listado de grupos.
[software/sercom.git] / sercom / menu.py
index beb4f57783d38b33a4624807057cbe3451c47dae..1d90c8929ee649adede1e9b01fc55a69854f6895 100644 (file)
@@ -21,11 +21,11 @@ class Menu:
         option = u"""<option value="%s">%s</option>" """
         template = """
         <div id="navbar">
-                       Ir a :
-                       <select OnChange="window.location=this.options[this.selectedIndex].value;">
-                               %s
-                       </select>
-               </div>
+                Ir a :
+                <select OnChange="window.location=this.options[this.selectedIndex].value;">
+                    %s
+                </select>
+            </div>
         """
         s = option % ('', '-----')
         for i in self.items: