applications: add missing </form> (#76464) #33

Merged
fpeters merged 1 commits from wip/76464-application-close-form into main 2023-04-10 10:53:52 +02:00
2 changed files with 2 additions and 0 deletions

View File

@ -11,4 +11,5 @@
<button class="submit-button">{% trans "Create" %}</button>
<a class="cancel" href=".">{% trans "Cancel" %}</a>
</div>
</form>
{% endblock %}

View File

@ -11,4 +11,5 @@
<button class="submit-button">{% trans "Submit" %}</button>
<a class="cancel" href="..">{% trans "Cancel" %}</a>
</div>
</form>
{% endblock %}