buttons made sticky for parcours documents

This commit is contained in:
2022-03-28 11:22:42 +02:00
parent 5895334244
commit 6f270188f7
2 changed files with 2 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
{{ form_row(form.description) }}
{{ form_row(form.object, { 'label': 'Document', 'existing': document.object }) }}
<ul class="record_actions">
<ul class="record_actions sticky-form-buttons">
<li class="cancel">
<a href="{{ path('accompanying_course_document_index', {'course': accompanyingCourse.id}) }}" class="btn btn-cancel">
{{ 'Back to the list' | trans }}