Fixes markup syntax errors

This commit is contained in:
Mouse Reeve 2021-09-29 09:48:17 -07:00
parent 6e05fb6dd0
commit a1eaae1d5e
2 changed files with 27 additions and 27 deletions

View File

@ -9,7 +9,6 @@
{% block card-content %}
{% include 'snippets/goal_form.html' %}
</div>
{% endblock %}
{% block card-footer %}

View File

@ -33,3 +33,4 @@
<button type="submit" class="button is-link">{% trans "Set goal" %}</button>
</div>
</form>
</div>