aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/exordefects/index.html
Commit message (Collapse)AuthorAgeLines
* Improve translatability of various pages.Dave Arter2017-03-30-7/+7
| | | | | | | | | | | | | 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.
* [Oxfordshire] Add Exor RDI file download featureDave Arter2017-02-15-0/+36
The RDI file format encapsulates information about inspections that have taken place, and can be uploaded into Exor to create defects in bulk. This commit adds a page to the Oxfordshire cobrand's admin allowing RDI files to be generated and downloaded from FMS. For mysociety/fixmystreetforcouncils#127