{% extends "base.html" %}
{% block title %} Ignore categories {% endblock %}
{% load static %}
{% block extra_js %}
{% endblock %}
{% block content %}
{% include "preferences_ribbon.html" %}
You can hide categories that you're not interested in. Lots in these categories will not be shown unless you specifically filter by that category.
For example, if you don't have a saltwater tank, you might want to hide corals. Or, if you can't read, you might hide books/magazines.
Everything listed here is hidden from most views:
Note that if you filter lots by a category, you'll still be able to see lots in that category.
{% endblock %}