mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
More cleanup and changes for stable pr
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
|
||||
{% call form_wrapper() %}
|
||||
{{ form.key_name }}
|
||||
<div class="margin-top-4 margin-bottom-3">
|
||||
<div class="api-key-radios">
|
||||
<div class="api-key-radios margin-top-5">
|
||||
{% if current_service.trial_mode %}
|
||||
{{ radios(
|
||||
form.key_type,
|
||||
@@ -31,7 +30,6 @@
|
||||
{% else %}
|
||||
{{ radios(form.key_type) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{{ page_footer('Continue') }}
|
||||
{% endcall %}
|
||||
|
||||
Reference in New Issue
Block a user