mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Add radio buttons for choosing the API key type
Best-guess wording for what the labels and question should be. Adds a macro for rendering radio buttons from a WTForms field.
This commit is contained in:
@@ -30,7 +30,7 @@ def create_api_key(service_id):
|
||||
key_name=form.key_name.data)
|
||||
return render_template(
|
||||
'views/api-keys/create.html',
|
||||
key_name=form.key_name
|
||||
form=form
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user