]> git.menne-pb.de Git - pinpoint.git/commit
Readd getCategories views and adjustments for open311.
authorJörn Menne <jmenne@fedora.de>
Fri, 7 Feb 2025 12:52:24 +0000 (13:52 +0100)
committerJörn Menne <jmenne@fedora.de>
Fri, 7 Feb 2025 14:05:30 +0000 (15:05 +0100)
commitd37a4538e750d9125c0499da7f864404e8019456
treea1d3156a353397178c1e370a72dfecad766b5f23
parent6b0e7668bf119e9230b143abf54939f39536516a
Readd getCategories views and adjustments for open311.
15 files changed:
georeport/admin.py
georeport/static/georeport/addMarker.js [new file with mode: 0644]
georeport/static/georeport/mapsetup.js
georeport/static/georeport/recurseCategorySelection.js [new file with mode: 0644]
georeport/static/georeport/retreiveCoordinates.js [new file with mode: 0644]
georeport/static/georeport/style.css
georeport/templates/georeport/base.html
georeport/templates/georeport/category.html [new file with mode: 0644]
georeport/templates/georeport/create.html [new file with mode: 0644]
georeport/templates/georeport/detail.html [new file with mode: 0644]
georeport/templates/georeport/index.html [new file with mode: 0644]
georeport/urls.py
georeport/views.py
pinpoint_report/settings.py
pinpoint_report/urls.py