Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion base_user_show_email/views/login_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<odoo>
<template id="login" inherit_id="web.login" priority="100">
<xpath expr="//label[@for='login']" position="replace">
<label for="login" class="form-label">Login</label>
<label
for="login"
class="form-label d-flex justify-content-between"
>Login</label>
</xpath>
<xpath expr="//input[@name='login']" position="attributes">
<attribute name="placeholder">Login</attribute>
Expand Down
Loading