Skip to content

Commit

Permalink
Vote-2887: Config for Outside US Info Card (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders authored Oct 10, 2024
1 parent 570529c commit 9a3d932
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,10 @@
{% endif %}

{% if military_overseas_registration is not empty %}
{{ military_overseas_registration }}
{% include '@votegov/component/info-card.html.twig' with {
'heading': military_overseas_registration.heading,
'body': military_overseas_registration.text,
} %}
{% endif %}
{% endblock %}
</div>
Expand Down

0 comments on commit 9a3d932

Please sign in to comment.