mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-09 16:01:24 -04:00
Merge pull request #517 from alphagov/temp-event-view
Add events to temp history page for story sign off
This commit is contained in:
@@ -35,7 +35,8 @@ def temp_service_history(service_id):
|
||||
data = service_api_client.get_service_history(service_id)['data']
|
||||
return render_template('views/temp-history.html',
|
||||
services=data['service_history'],
|
||||
api_keys=data['api_key_history'])
|
||||
api_keys=data['api_key_history'],
|
||||
events=data['events'])
|
||||
|
||||
|
||||
@main.route("/services/<service_id>/dashboard")
|
||||
|
||||
Reference in New Issue
Block a user