Load tag
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Jannis Portmann 2023-05-17 12:51:44 +02:00
parent 5fc59be9a3
commit dad70ad2a0

View file

@ -1,5 +1,6 @@
{% extends "base.html" %}
{% load static %}
{% load i18n %}
{% block title %}User {{ username }}{% endblock %}
{% block content %}
<div class="mb-3">
@ -12,7 +13,7 @@
{% for wish in wishes %}<li class="list-group-item">{{ wish.title }}</li>{% endfor %}
</ul>
{% else %}
<div class="alert alert-warning" role="alert">{{ user.username }} {% trans "has currently no wishes" %}!</div>
<div class="alert alert-warning" role="alert">{% trans "There are currently no wishes!" %}</div>
{% endif %}
</div>
<div class="mb-3">