labelbase/templates/profile.html
Xavier Fiechter a1e8f35010 .
2023-02-03 14:13:18 +01:00

12 lines
215 B
HTML

{% extends "_base.html" %}
{% load i18n %}
{% block title %}Profile{% endblock %}
{% block nav_userprofile %}active{% endblock %}
{% block content %}
<h2 style="padding-top: 1em;">Profile</h2>
{% endblock %}