remove old previous bottom from purpose

This commit is contained in:
igorkorenfeld 2022-11-07 18:57:17 -05:00
parent 2d53a7f07c
commit b42340d7e9
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -20,13 +20,7 @@
{{ wizard.form.purpose_field|add_class:"usa-textarea usa-character-count__field"|attr:"aria-describedby:instructions"|attr:"maxlength=500" }} {{ wizard.form.purpose_field|add_class:"usa-textarea usa-character-count__field"|attr:"aria-describedby:instructions"|attr:"maxlength=500" }}
<span class="usa-character-count__message" id="with-hint-textarea-info with-hint-textarea-hint"> You can enter up to 500 characters </span> <span class="usa-character-count__message" id="with-hint-textarea-info with-hint-textarea-hint"> You can enter up to 500 characters </span>
</div> </div>
</div> </div>
{% if wizard.steps.prev %}
<button name="wizard_goto_step" type="submit" class="usa-button usa-button--base" value="{{ wizard.steps.prev }}">Previous</button>
{% endif %}
<button type="submit" class="usa-button">Next</button>
</form> </form>
{% endblock %} {% endblock %}