From e1df7f47a670e5f2f3cfb27d77efecec1157333e Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 25 Jul 2012 10:24:09 +1200 Subject: [PATCH] Sizing and placeholder for preview forms. --- libpathod/templates/request_previewform.html | 9 ++++++++- libpathod/templates/response_previewform.html | 9 ++++++++- test/test_app.py | 3 --- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/libpathod/templates/request_previewform.html b/libpathod/templates/request_previewform.html index accb1631a..a7130da0d 100644 --- a/libpathod/templates/request_previewform.html +++ b/libpathod/templates/request_previewform.html @@ -1,4 +1,11 @@
- +
diff --git a/libpathod/templates/response_previewform.html b/libpathod/templates/response_previewform.html index d98a72f77..a82535e4f 100644 --- a/libpathod/templates/response_previewform.html +++ b/libpathod/templates/response_previewform.html @@ -1,5 +1,12 @@
- + {% if not nocraft %} go to diff --git a/test/test_app.py b/test/test_app.py index 8070996fa..699c9c41a 100644 --- a/test/test_app.py +++ b/test/test_app.py @@ -59,6 +59,3 @@ class TestApp(tutils.DaemonTests): assert r.status_code == 200 assert 'Request' in r.content - - -