Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
ca06e1b6
Verified
Commit
ca06e1b6
authored
May 08, 2019
by
Sébastiaan Versteeg
Browse files
Fix none birthday showing on profile
parent
54be22a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/templates/members/profile.html
View file @
ca06e1b6
...
...
@@ -64,7 +64,7 @@
</li>
{% endif %}
{% if member.profile.show_birthday %}
{% if member.profile.show_birthday
and member.profile.birthday
%}
<li><strong>
{% trans "Birthday" %}:
</strong>
{{ member.profile.birthday }}
</li>
{% endif %}
</ul>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment