diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-09 12:45:15 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-09 12:45:15 +0100 |
commit | 5c644fd9f2a6317df50dbbd37d7a14e4c76a2fd8 (patch) | |
tree | 1251332a97a87a0c1e5fc4a9e00532af3c7b1ae9 | |
parent | 139c4cfc08a6058b8f793af92c696eb0911eeb86 (diff) |
remove extra white space at top of logged in confirm screen
-rw-r--r-- | www/templates/en/submit_confirm.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/submit_confirm.html b/www/templates/en/submit_confirm.html index 90fc6b8..1ce4b6c 100644 --- a/www/templates/en/submit_confirm.html +++ b/www/templates/en/submit_confirm.html @@ -3,7 +3,7 @@ </div> <div data-role="content"> - <p> + <p class="notopmargin"> You are logged in as <%= user.email %>. </p> |