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