Skip to content

Commit

Permalink
changed timetable form to save from submit
Browse files Browse the repository at this point in the history
  • Loading branch information
ashimali committed Nov 22, 2024
1 parent 9bbd085 commit d6c3760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/templates/macros/timetable-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h1 class="govuk-fieldset__heading">
{% endif %}
<div class="govuk-button-group">
<button type="submit" class="govuk-button" data-module="govuk-button">
Submit
Save
</button>
<a href="{{ url_for('local_plan.get_plan', reference=plan.reference ) }}" class="govuk-button govuk-button--secondary">Cancel</a>
<a class="govuk-link" href="{{ skip_url }}">{{skip_text}}</a>
Expand Down

0 comments on commit d6c3760

Please sign in to comment.