From 158192a43257d65b631255ff12e18dad8b1c84dd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 6 Feb 2019 13:20:39 +0000 Subject: [PATCH] Change form embed code --- .../pages/book/signup-form.html.twig | 39 ++++++------------- source/test-driven-drupal.md | 5 --- 2 files changed, 12 insertions(+), 32 deletions(-) diff --git a/source/_partials/pages/book/signup-form.html.twig b/source/_partials/pages/book/signup-form.html.twig index a6c08c2b8..a1d7cec82 100644 --- a/source/_partials/pages/book/signup-form.html.twig +++ b/source/_partials/pages/book/signup-form.html.twig @@ -1,29 +1,14 @@ -
-
-
-
- - -
- -
- - -
- - - - +
+ +
+ - + +
+ + +
+
+
diff --git a/source/test-driven-drupal.md b/source/test-driven-drupal.md index 01beeccb3..0a5a47c59 100644 --- a/source/test-driven-drupal.md +++ b/source/test-driven-drupal.md @@ -45,11 +45,6 @@ If you have questions or would like to suggest something for me to include in th {% include 'pages/book/signup-form' %} {% endblock %} -{% block scripts %} - - -{% endblock %} - [0]: /articles/tags/testing [1]: /talks/tdd-test-driven-drupal [2]: /contact