Explorar o código

bug fix admin panel for indicators

MrOzOn %!s(int64=5) %!d(string=hai) anos
pai
achega
ab2e9b4569
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/indicator/admin.py

+ 1 - 1
apps/indicator/admin.py

@@ -4,7 +4,7 @@ from apps.indicator.models import Indicator
 
 
 class IndicatorAdmin(admin.ModelAdmin):
-    fields = ('type', 'value1', 'value2', 'value_added', 'patient', 'last_modified', 'comments', 'observing')
+    fields = ('type', 'value1', 'value2', 'value_added', 'patient', 'comments', 'observing')
     list_display = ('id', 'type', 'value1', 'value2', 'value_added', 'patient', 'last_modified', 'comments', 'observing')
     search_fields = ('type',)
     ordering = ('-created_date',)