labelbase/templates/profile.html
Xavier Fiechter 8458ebca86 .
2023-02-04 20:58:52 +01:00

11 lines
214 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 %}