Add slug to limited govplan form

This commit is contained in:
Stefan Wehrmeyer 2022-03-07 12:59:31 +01:00
parent 22411469c6
commit cd979b5cdc

View file

@ -84,6 +84,7 @@ class GovernmentPlanAdmin(admin.ModelAdmin):
if has_limited_access(request.user):
return (
"title",
"slug",
"description",
"quote",
"public",