Add slug to limited govplan form
This commit is contained in:
parent
22411469c6
commit
cd979b5cdc
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ class GovernmentPlanAdmin(admin.ModelAdmin):
|
||||||
if has_limited_access(request.user):
|
if has_limited_access(request.user):
|
||||||
return (
|
return (
|
||||||
"title",
|
"title",
|
||||||
|
"slug",
|
||||||
"description",
|
"description",
|
||||||
"quote",
|
"quote",
|
||||||
"public",
|
"public",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue