diff options
-rwxr-xr-x | templates/web/fixmystreet/around/display_location.html | 1 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/fixmystreet/around/display_location.html b/templates/web/fixmystreet/around/display_location.html index 0fdee465c..6c78a0c01 100755 --- a/templates/web/fixmystreet/around/display_location.html +++ b/templates/web/fixmystreet/around/display_location.html @@ -116,6 +116,7 @@ [% INCLUDE "report/new/fill_in_details_form.html" js = 1, report.used_map = 1 + report.name = c.user.name %] </div> </form> diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index efe50d6ff..731127897 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -509,7 +509,6 @@ p.label-valid { } // this is the user's logged in details or the login link etc #user-meta { - display:table-caption; p { position: relative; background:$primary; @@ -1357,4 +1356,4 @@ ul.breadcrumb { border-bottom:none; margin-bottom:0; } -}
\ No newline at end of file +} |