mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
some code review feedback
This commit is contained in:
@@ -469,6 +469,4 @@ def organisation_billing(org_id):
|
||||
@main.route('/organisations/<uuid:org_id>/agreement.pdf')
|
||||
@user_is_platform_admin
|
||||
def organisation_download_agreement(org_id):
|
||||
return send_file(**get_mou(
|
||||
|
||||
))
|
||||
return send_file(**get_mou())
|
||||
|
||||
Reference in New Issue
Block a user