diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-01 21:00:17 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-01 21:00:17 +0000 |
commit | c00e4b4e097d29e1d7c3b4913a75978f5a49599c (patch) | |
tree | b6c2733fbd12666b20b8bc6bc6a7be0ab95ef3b6 | |
parent | 2d41451cda490536e4012a1b7a5e4ce49d3a175e (diff) |
Fix #245 and default to logged in name if we've got one.
-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 +} |