Fixes markup syntax errors
This commit is contained in:
parent
6e05fb6dd0
commit
a1eaae1d5e
|
@ -9,7 +9,6 @@
|
|||
|
||||
{% block card-content %}
|
||||
{% include 'snippets/goal_form.html' %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block card-footer %}
|
||||
|
|
|
@ -33,3 +33,4 @@
|
|||
<button type="submit" class="button is-link">{% trans "Set goal" %}</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue