More cleanup and changes for stable pr

This commit is contained in:
alexjanousekGSA
2025-07-30 15:46:53 -04:00
parent 9e97a797b9
commit be93596075
14 changed files with 17 additions and 20 deletions

View File

@@ -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 %}