Skip to content

Commit

Permalink
update admin.py to add URI to PolicyAdmin fields
Browse files Browse the repository at this point in the history
allows administrator editing file to change the destination of "see original" link for uploaded policies
  • Loading branch information
doc-mcconnell committed May 14, 2018
1 parent ba39d48 commit 70a18ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/reqs/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class PolicyAdmin(EReqsVersionAdmin):
'issuance',
'sunset',
'workflow_phase',
'uri'
]

def response_post_save_change(self, request, obj):
Expand Down

0 comments on commit 70a18ca

Please sign in to comment.