From 04f3dd94aba974eeb466e89ef26ea6f60a5bc7bf Mon Sep 17 00:00:00 2001 From: Andrey Date: Sat, 4 Feb 2017 10:54:38 +0300 Subject: [PATCH] FIx issue #6. --- webshell/__init__.py | 2 +- webshell/templates/webshell/change_form.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webshell/__init__.py b/webshell/__init__.py index 2750d6b..1cef7a2 100644 --- a/webshell/__init__.py +++ b/webshell/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 2, 2) +VERSION = (0, 2, 3) def get_version(): diff --git a/webshell/templates/webshell/change_form.html b/webshell/templates/webshell/change_form.html index f666a04..9e78b2a 100644 --- a/webshell/templates/webshell/change_form.html +++ b/webshell/templates/webshell/change_form.html @@ -39,7 +39,7 @@ {% endif %} {% endblock %} -
{% csrf_token %}{% block form_top %}{% endblock %} + {% csrf_token %}{% block form_top %}{% endblock %}
{% if is_popup %}{% endif %} {% block submit_buttons_top %}{% submit_row %}{% endblock %}