{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% block title %}User settings{% endblock %} {% block content %} {% origin %}
The following settings are implemented using cookies, so if you have cookies disabled then you will not be able to change the settings (everything still continues to work by using default settings).
This setting affects how many days are considered "new enough" to get the special highlighting in the documents table. The default setting is {{ defaults.new_enough }} days.
This setting tells what is considered "soon" when showing documents that are going to be expire soon. The Default setting is {{ defaults.expires_soon }} days.
Show the full text immediately on the document page instead of only showing beginning of it. This defaults to {{ defaults.full_draft }}.
Show the left-hand menu on all regular pages? This defaults to {{ defaults.left_menu }}.
{% endblock %}