You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
konova/intervention
mipel 766d38bcbf HTML improvements
* refactors initializing and rendering of a map view into map/geom_form.html, which leads to simple includes on the detail views instead of redundant html
* refactors django-autocomplete-light form media links and scripts into dal/scripts.html, which can be included on the header blocks of detail views to support form modals using dal easier without the need for form.media
* changes filter behaviour on eco account index: instead of hiding recorded accounts (like in interventions), the filter option there has been replaced with "Show only unrecorded" which can be used to hide all recorded ones
   * background: eco accounts shall be visible when recorded, since they can only be used for withdrawing if they are recorded. Hiding the recorded ones does not make any sense, just like in interventions
* updates some code documentation
* adds/updates translations
3 years ago
..
templates/intervention/detail HTML improvements 3 years ago
__init__.py Initial 3 years ago
admin.py Intervention check 3 years ago
apps.py Initial 3 years ago
filters.py Intervention model refactoring 3 years ago
forms.py EcoAccount withdraws 3 years ago
models.py EcoAccount detail 3 years ago
settings.py Initial 3 years ago
tables.py Compensation detail view 3 years ago
tests.py Initial 3 years ago
urls.py EcoAccount withdraws 3 years ago
views.py EcoAccount withdraws 3 years ago