username truncation functionality added
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{% load compress %}
|
||||
{% load static %}
|
||||
{% load lyric_extras %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@@ -24,7 +25,7 @@
|
||||
</a>
|
||||
{% if user.email %}
|
||||
<a class="navbar-link" href="{% url 'my_lists' user.id %}">My lists</a>
|
||||
<span class="navbar-text">Logged in as {{ user.email }}</span>
|
||||
<span class="navbar-text">Logged in as {{ user|display_name }}</span>
|
||||
<form method="POST" action="{% url "logout" %}">
|
||||
{% csrf_token %}
|
||||
<button id="id_logout" class="btn btn-outline-secondary" type="submit">
|
||||
|
||||
Reference in New Issue
Block a user