{% extends "base.html" %} {% block page_name %} Update Latest Thread Preferences {% endblock %} {% block breadcrumb %} > Latest Threads > Update Latest Thread Preferences {% endblock %} {% block content %}

Update Latest Threads Preferences

{% csrf_token %}

Check a forum to see the most recently active threads in that forum in your Latest Threads list. Uncheck to exclude that forum's threads from your Latest Threads. Choices here have no effect on your Subscriptions or ability to post in a forum.

{{ form.as_p }}
{% endblock %}