{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% block title %}User settings{% endblock %} {% block content %} {% origin %}

User settings

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).

How many days is considered "new"?

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.

7 days 14 days 21 days 30 days 60 days 90 days

How many days is considered "soon"?

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.

7 days 14 days 21 days 30 days 60 days 90 days

Show full document text by default?

Show the full text immediately on the document page instead of only showing beginning of it. This defaults to {{ defaults.full_draft }}.

Off On

Show the left-hand menu?

Show the left-hand menu on all regular pages? This defaults to {{ defaults.left_menu }}.

Off On
{% endblock %}