mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-18 13:09:04 +02:00
12 lines
215 B
HTML
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 %}
|