forked from beba/foerderbarometer
WM-13: made denied projects re-grantable
This commit is contained in:
parent
e92029db83
commit
45b910a768
|
|
@ -181,9 +181,6 @@ class ProjectDeclinedAdmin(BaseProjectAdmin):
|
||||||
def has_add_permission(self, request):
|
def has_add_permission(self, request):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def has_change_permission(self, request, obj=None):
|
|
||||||
return False
|
|
||||||
|
|
||||||
|
|
||||||
@admin.register(BusinessCard)
|
@admin.register(BusinessCard)
|
||||||
class BusinessCardAdmin(WMDEAdmin):
|
class BusinessCardAdmin(WMDEAdmin):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue