Remove unneeded dependecy in template

This commit is contained in:
Paul Konstantin Gerke 2022-10-19 21:37:13 +02:00
parent 58b2c78ab3
commit f7a583f50c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% extends 'babybuddy/page.html' %} {% extends 'babybuddy/page.html' %}
{% load i18n widget_tweaks babybuddy_tags qr_code %} {% load i18n widget_tweaks babybuddy_tags %}
{% block title %}{% trans "User Settings" %}{% endblock %} {% block title %}{% trans "User Settings" %}{% endblock %}