~fabien-morin/unifield-web/fm-us-157

« back to all changes in this revision

Viewing changes to addons/openerp/controllers/templates/login.mako

  • Committer: Fabien MORIN
  • Date: 2016-03-04 16:58:44 UTC
  • Revision ID: fabien.morin@tempo-consulting.fr-20160304165844-hxy10bg1j347neot
US-157 [IMP] improve renderingwq

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                % if info:
87
87
                    <div class="information">${info|n}</div>
88
88
                % endif
89
 
                <div style="margin-top: 10px; height: 150px">
90
 
                </div>
91
89
            </td>
92
90
 
93
91
            <td class="vision">
99
97
            </td>
100
98
        </tr>
101
99
    </table>
 
100
                <div style="margin-top: 10px; height: 150px">
 
101
                </div>
102
102
    
103
103
    <%include file="footer.mako"/>
104
104
</%def>