From cbc79c13e9b4d1418f0a717cfff4d978a09f46e8 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Tue, 11 Mar 2014 16:40:32 +0000 Subject: add template for updates with only required elements remove login, name made public, photo upload, alert sign up --- templates/web/zerotb/report/update-form.html | 66 ++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 templates/web/zerotb/report/update-form.html (limited to 'templates') diff --git a/templates/web/zerotb/report/update-form.html b/templates/web/zerotb/report/update-form.html new file mode 100644 index 000000000..db58cb9d1 --- /dev/null +++ b/templates/web/zerotb/report/update-form.html @@ -0,0 +1,66 @@ +
+

[% loc( 'Provide an update') %]

+ + [% IF c.cobrand.moniker != 'emptyhomes' AND c.cobrand.moniker != 'stevenage' %] +
+ [% INCLUDE 'report/updates-sidebar-notes.html' %] +
+ [% END %] + + [% INCLUDE 'errors.html' %] + +
+
+ + + + + [% IF field_errors.update %] +
[% field_errors.update %]
+ [% END %] + + + [% IF c.user_exists %] + + [% INCLUDE name %] + + + + + [% ELSE %] + + + [% IF field_errors.email %] +

[% field_errors.email %]

+ [% END %] + + +
+
+ [% INCLUDE name %] + +
+

[% loc('We never show your email') %]

+

[% loc('Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports.') %]

+
+ +
+ +
+
+
+ + [% END %] +
+
+
+ +[% BLOCK name %] + [% INCLUDE 'report/new/extra_name.html' %] + + [% IF field_errors.name %] +

[% field_errors.name %]

+ [% END %] + + +[% END %] -- cgit v1.2.3