diff --git a/server/templates/macros.htm b/server/templates/macros.htm index 3908e36..b05c6c0 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -103,6 +103,9 @@ {% macro post_form(uri, key, val, text, fragment="") %}
{{ hidden_redirect_back(fragment=fragment) }} + {% if caller is defined %} + {{ caller() }} + {% endif %}
{% endmacro %}