This commit is contained in:
Jon Roberts 2023-03-27 15:43:19 -06:00
parent cd101a4b9e
commit 90d29e7721
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

@ -2,8 +2,16 @@
{% block title %}Apply for a .gov domain Status{% endblock %}
{% load static url_helpers %}
{% content %}
{% block content %}
<p>Domain request for domain name</p>
<p>text</p>
<p>withdraw</p>
<p>Summary of request</p>
{% endblock %}
{% block form_fields %}
{% for step in steps.all|slice:":-1" %}
<section class="review__step">
@ -101,4 +109,3 @@
</section>
{% endfor %}
{% endblock %}
{% endblock %}