diff --git a/adm/forms.py b/adm/forms.py index aeacad6..2f245a7 100644 --- a/adm/forms.py +++ b/adm/forms.py @@ -22,11 +22,12 @@ class AdmWorkdayForm(forms.ModelForm): "start" : "Start", "end" : "Ende", "target" : "Zielarbeitszeit", - "freefield" : "Notiz" + "freefield" : "Notiz", + "delflag" : "Nicht berücksichtigen (delflag)" } fields = [ - "start", "end", "target", "freefield" + "start", "end", "target", "freefield", "delflag" ] widgets = { 'start': DatePickerInput(options={"format":'DD.MM.YYYY HH:mm', "locale":'de'}), diff --git a/adm/templates/adm/adm_base.html b/adm/templates/adm/adm_base.html index 6d03f8a..c5a6dc8 100644 --- a/adm/templates/adm/adm_base.html +++ b/adm/templates/adm/adm_base.html @@ -118,6 +118,17 @@ Benutzer + + {% if active_link == 'adm-tm-wd-bug' %} + +