diff --git a/temp/.keep b/temp/.keep new file mode 100644 index 0000000..e69de29 diff --git a/templates/index.html b/templates/index.html index 1a1f26d..a5438b1 100755 --- a/templates/index.html +++ b/templates/index.html @@ -45,7 +45,7 @@
- + {% if data %}
{{ data.policy }}
{% else %} @@ -83,7 +83,7 @@
- + {% if data %}
{{ data.input }}
{% else %} @@ -97,7 +97,7 @@
- + {% if data %}
{{ data.data }}
{% else %} @@ -111,7 +111,7 @@
- +
diff --git a/version.py b/version.py index 0ad4a58..7aa8b1a 100755 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = '1.1.1' +VERSION = '1.1.2'