fix 500 error

pull/49/head
Aevann1 2022-12-05 06:57:27 +02:00
parent 57ffc26fc6
commit ea934e17b9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% block pagetype %}userpage{% endblock %}
{% block pagetitle %}@{{u.username}}'s profile{% endblock %}
{% block head_final %}
{% if u.profile_background %}
{% if u and u.profile_background %}
<style>
body {
background-image: url('{{u.profile_background}}') !important;