diff --git a/templates/editors/series-editor.html.twig b/templates/editors/series-editor.html.twig index d5b2b4c..4ffa33c 100644 --- a/templates/editors/series-editor.html.twig +++ b/templates/editors/series-editor.html.twig @@ -15,6 +15,6 @@    Back - + \ No newline at end of file diff --git a/templates/editors/speaker-editor.html.twig b/templates/editors/speaker-editor.html.twig index b2a5f8b..ee7eb4f 100644 --- a/templates/editors/speaker-editor.html.twig +++ b/templates/editors/speaker-editor.html.twig @@ -15,6 +15,6 @@    Back - + \ No newline at end of file diff --git a/templates/editors/template-editor.html.twig b/templates/editors/template-editor.html.twig index a91d32c..bf19c1d 100644 --- a/templates/editors/template-editor.html.twig +++ b/templates/editors/template-editor.html.twig @@ -20,6 +20,11 @@ - + + \ No newline at end of file diff --git a/templates/registration/register.html.twig b/templates/registration/register.html.twig index 8eaf021..3bbfbb0 100644 --- a/templates/registration/register.html.twig +++ b/templates/registration/register.html.twig @@ -3,17 +3,17 @@ {% block title %}Register{% endblock %} {% block stylesheets %} - - + + {% endblock %} {% block javascripts %} - - - - - - + + + + + + {% endblock %} {% block body %} @@ -33,7 +33,7 @@ label: 'Password' }) }} - + {{ form_end(registrationForm) }}