7 lines
205 B
Twig
7 lines
205 B
Twig
{% extends 'master.twig' %}
|
|
|
|
{% set title = 'Settings' %}
|
|
|
|
{% block content %}
|
|
Provide option to reset pass key and shit here, maybe also a nuke tracker profile option but probably not.
|
|
{% endblock %}
|