This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.

6 lines
303 B
HTML
Raw Normal View History

<nav>
2022-11-17 08:21:42 -07:00
<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>