diff options
Diffstat (limited to 'templates/web/bromley/header.html')
-rw-r--r-- | templates/web/bromley/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/bromley/header.html b/templates/web/bromley/header.html index 3c88b6d20..527dd6b1f 100644 --- a/templates/web/bromley/header.html +++ b/templates/web/bromley/header.html @@ -77,7 +77,7 @@ </div> </header> - <div id="user-meta" class="mob-only"> + <div id="user-meta"> [% IF c.user_exists %] <p> [% tprintf(loc('Hi %s'), c.user.name || c.user.email) %] |