Explorar el Código

fix flash msg for login page

Come hace 7 años
padre
commit
11cd81f91c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tracim/tracim/templates/master_anonymous.mak

+ 1 - 1
tracim/tracim/templates/master_anonymous.mak Ver fichero

@@ -48,7 +48,7 @@
48 48
     </body>
49 49
 
50 50
 <%def name="content_wrapper()">
51
-    ${TIM.FLASH_MSG('col-sm-6 col-sm-offset-3')}
51
+    ${TIM.FLASH_MSG('')}
52 52
     ${self.body()}
53 53
 </%def>
54 54