aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/auth/general.html
Commit message (Collapse)AuthorAgeLines
* Improve translatability of various pages.Dave Arter2017-03-30-2/+2
| | | | | | | | | | | | | This commit makes the following parts of the site translatable: - Social login buttons - Moderation UI - Offline glitch page & offline caching UI - Dashboard It also fixes a bug in the nget parser, stops some Oxfordshire bits being translated for the moment, and brings the translation file up to date.
* New .form-control class for simpler input stylingZarino Zappia2016-09-20-4/+4
| | | | | | | | | | | 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.
* Add forgotten password help to general auth page.Matthew Somerville2016-06-20-2/+9
| | | | Match the help given in new report/update form.
* Add Twitter social login.Matthew Somerville2016-04-08-2/+12
|
* Add login by Facebook on generic auth screen.Matthew Somerville2016-01-22-27/+59
|
* Autofocus email field on login formDave Arter2015-10-06-1/+1
|
* Remove remaining hardcoded site name from strings.Matthew Somerville2015-09-28-5/+1
| | | | Add a site_name template parameter available to all templates.
* Remove `fixmystreet` cobrand version of login pageZarino Zappia2015-09-17-68/+59
| | | | | | | The `base` and `fixmystreet` login templates were basically the same, so this commit combines them and puts the result in the `base` cobrand. Since most cobrands inherit from `fixmystreet` anyway, this shouldn’t cause any major issues.
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-0/+84
This should reduce confusion with the Default cobrand and override order.