Completely changes the method used to display a simple TextInput field in the...
Completely changes the method used to display a simple TextInput field in the dynamic bug_categories row; now using an extra CharField which is turned visible/invisible. Add free_text field to models.py, change migrations and admin.py accordingly. Added modified top/bottom margins in hjelp.css. Further disables all fields that are not visible and simplifies jQuery section of rebus.html. Modifies models.py so that children are deleted when the free text option is selected.
parent
484af6d1
No related branches found
No related tags found
Showing
- aleksis/apps/hjelp/admin.py 3 additions, 3 deletionsaleksis/apps/hjelp/admin.py
- aleksis/apps/hjelp/forms.py 9 additions, 1 deletionaleksis/apps/hjelp/forms.py
- aleksis/apps/hjelp/migrations/0002_add_bug_report.py 1 addition, 1 deletionaleksis/apps/hjelp/migrations/0002_add_bug_report.py
- aleksis/apps/hjelp/models.py 6 additions, 1 deletionaleksis/apps/hjelp/models.py
- aleksis/apps/hjelp/static/css/hjelp.css 2 additions, 0 deletionsaleksis/apps/hjelp/static/css/hjelp.css
- aleksis/apps/hjelp/templates/hjelp/rebus.html 35 additions, 17 deletionsaleksis/apps/hjelp/templates/hjelp/rebus.html
- aleksis/apps/hjelp/views.py 9 additions, 3 deletionsaleksis/apps/hjelp/views.py
This diff is collapsed.
Please register or sign in to comment