Use inline form component for goal form on goal page
This commit is contained in:
parent
5f3df11e56
commit
6e05fb6dd0
4 changed files with 16 additions and 19 deletions
|
@ -31,9 +31,5 @@
|
|||
|
||||
<div class="field">
|
||||
<button type="submit" class="button is-link">{% trans "Set goal" %}</button>
|
||||
{% if goal %}
|
||||
{% trans "Cancel" as button_text %}
|
||||
{% include 'snippets/toggle/close_button.html' with text=button_text controls_text="show_edit_goal" %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue