mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-11 20:19:38 +02:00
add text
This commit is contained in:
parent
cd101a4b9e
commit
90d29e7721
1 changed files with 9 additions and 2 deletions
|
@ -2,8 +2,16 @@
|
||||||
|
|
||||||
{% block title %}Apply for a .gov domain – Status{% endblock %}
|
{% block title %}Apply for a .gov domain – Status{% endblock %}
|
||||||
{% load static url_helpers %}
|
{% 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 %}
|
{% block form_fields %}
|
||||||
{% for step in steps.all|slice:":-1" %}
|
{% for step in steps.all|slice:":-1" %}
|
||||||
<section class="review__step">
|
<section class="review__step">
|
||||||
|
@ -101,4 +109,3 @@
|
||||||
</section>
|
</section>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% endblock %}
|
|
Loading…
Add table
Add a link
Reference in a new issue