diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-27 17:12:07 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-30 15:59:29 +0000 |
commit | 4eacd65b1d4f85feb27e0689f8ffde7e58e7e8d6 (patch) | |
tree | 5cdee9fa7298961a6ea0bb1ab6a0ad79283b2fdc | |
parent | 26478eb507c00d4fa0066fd75e69f3be3dcafbd0 (diff) |
After login during update, separate form/report.
-rw-r--r-- | templates/web/base/report/update-form.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/report/update-form.html b/templates/web/base/report/update-form.html index 4c631d5e7..d235455ed 100644 --- a/templates/web/base/report/update-form.html +++ b/templates/web/base/report/update-form.html @@ -24,6 +24,7 @@ [% IF login_success %] [% PROCESS "report/update/form_user_loggedin.html" %] [% INCLUDE 'report/update/form_update.html' %] + <hr> [% ELSIF oauth_need_email %] <div id="form_sign_in"> [% PROCESS "report/form/user_loggedout_by_email.html" object=update type='update' valid_class='validNameU' email_required=1 %] |