feat: Set title on user page
This commit is contained in:
parent
39079c3c8e
commit
9d521b0129
@ -1,6 +1,9 @@
|
||||
{% extends "fellchensammlung/base_generic.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}<title>{{ user.get_full_name }}</title>{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ user.get_full_name }}</h1>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user