aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/contact/index.html
Commit message (Collapse)AuthorAgeLines
* Fix flagging wording template link.Matthew Somerville2016-12-16-6/+2
| | | | | | f58ce6c4 changed the base contact template to include a link to a fixmystreet.com specific page. Revert this back and make the change in the correct cobrand only.
* Update wording on flagging unsuitable reports.Matthew Somerville2016-11-25-1/+3
|
* New .form-control class for simpler input stylingZarino Zappia2016-09-20-5/+5
| | | | | | | | | | | Form input styling is mostly left up to the browser default now. A custom border, drop-shadow, and border-radius can be applied by adding the `.form-control` class, which standardizes the appearance of inputs, selects, and textareas. The core reporting form, authentication forms, local alert forms, contact form, and questionnaire form have all been updated to use the new `.form-control` class.
* Consolidate base/fixmystreet contact templates.Matthew Somerville2016-02-26-77/+89
| | | | Put FAQ/contact/privacy sidebar in its own template.
* Version 1.5.2.v1.5.2Matthew Somerville2014-12-17-0/+1
| | | | | | | Includes: * [UK] Don't show topic form field when reporting abuse. * Use token in moderation response URL to prevent hidden report leak. * Make sure successful submission page is full width.
* Report moderationHakim Cassimally2014-08-13-0/+4
| | | | | | | | | | | - redaction marked with [...] - of report and comments - stores original data - uses a single form, on the report/_main view - requires additional permissions (user_body_permissions) - Hide report functionality - Moderation notification/contact form - Moderation writes to admin_log
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-0/+101
This should reduce confusion with the Default cobrand and override order.