{% extends "admin/layout.html" %} {% block title %}{{ _("URL Options") }}{% endblock %} {% block contents %}

{{ _("URL Options") }}

{% trans %} Here you can change some basic URL configuration settings. This is especially useful if you have plugins installed that that add a new index page or if you want to move the administration to a different location. {% endtrans %}

{% call form() %}
{{ form.blog_url_prefix.as_dd() }} {{ form.admin_url_prefix.as_dd() }} {{ form.category_url_prefix.as_dd() }} {{ form.tags_url_prefix.as_dd() }} {{ form.profiles_url_prefix.as_dd() }} {{ form.post_url_format.as_dd(size=50) }} {{ form.ascii_slugs.as_dd() }} {{ form.fixed_url_date_digits.as_dd() }} {{ form.force_https.as_dd() }}
{% endcall %} {% endblock %}