{% extends "base.html" %} {% block title %}Move a page{% endblock title %} {% block content %}
{{ form.hidden_tag() }} {{ input(form.url, placeholder="New URL of the page", autocomplete="off") }}
{% endblock content %} {% block sidebar %}

Be careful, the old url will be invalid immediately!

{% endblock sidebar %}