From dad70ad2a01bf0ba37ecea8ff17a08cb91c98fb5 Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Wed, 17 May 2023 12:51:44 +0200 Subject: [PATCH] Load tag --- pflaenzli/pflaenzli/templates/user/public.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pflaenzli/pflaenzli/templates/user/public.html b/pflaenzli/pflaenzli/templates/user/public.html index 7cbfd82..6af8a25 100644 --- a/pflaenzli/pflaenzli/templates/user/public.html +++ b/pflaenzli/pflaenzli/templates/user/public.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% load static %} +{% load i18n %} {% block title %}User {{ username }}{% endblock %} {% block content %}
@@ -12,7 +13,7 @@ {% for wish in wishes %}
  • {{ wish.title }}
  • {% endfor %} {% else %} - + {% endif %}