mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-19 13:18:23 +02:00
11 lines
214 B
HTML
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 %}
|