summaryrefslogtreecommitdiffstats
path: root/templates/settings/_menu.html
blob: 4f716513856247cd4d4447b5dee80d81273d0065 (plain)
1
2
3
4
5
<nav>
    <a href="{% url "settings_profile" %}" {% if section == "profile" %}class="selected"{% endif %}>Profile</a>
    <a href="#" {% if section == "interface" %}class="selected"{% endif %}>Interface</a>
    <a href="#" {% if section == "filtering" %}class="selected"{% endif %}>Filtering</a>
</nav>