#1744: go back after chunk edit,
[redakcja.git] / apps / catalogue / templates / catalogue / chunk_edit.html
index 3fffa96..94fe12b 100755 (executable)
@@ -2,7 +2,7 @@
 {% load i18n %}
 
 {% block leftcolumn %}
-       <form enctype="multipart/form-data" method="POST" action="">
+       <form enctype="multipart/form-data" method="POST" action="{% if go_next %}?next={{ go_next }}{% endif %}">
     {% csrf_token %}
        {{ form.as_p }}