Skip to content

Commit fde35f9

Browse files
committed
bugfix #25: can edit department name now
1 parent 8e955f8 commit fde35f9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/main/views.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ class DepartmentAdminView(WeeklyReportModelView):
103103
form_columns = ['name', 'users']
104104
can_edit = True
105105
can_delete = False
106-
form_widget_args = {
107-
'name': {
108-
'readonly': True
109-
},
110-
}
111106

112107

113108
class ReportAdminView(WeeklyReportModelView):

0 commit comments

Comments
 (0)