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
ba72e87c
Unverified
Commit
ba72e87c
authored
Dec 06, 2016
by
Joost Rijneveld
Browse files
Fix displaying when join date is unknown
parent
c6eb6321
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/templates/members/profile.html
View file @
ba72e87c
...
...
@@ -58,7 +58,7 @@
{% if period.chair %}
<span
style=
"text-transform:inherit;"
>
Voorzitter:
</span>
{% endif %}
<i>
{{ period.since }} - {% if period.until %}{{ period.until }}{% else %}{% trans "today" %}{% endif %}
</i>
<i>
{
% if period.since|date:'Y m d' == '1970 01 01' %}?{% else %}{
{ period.since }}
{% endif %}
- {% if period.until %}{{ period.until }}{% else %}{% trans "today" %}{% endif %}
</i>
<br>
{% endfor %}
</li>
...
...
@@ -68,4 +68,4 @@
</div>
<!-- /portfolio single content -->
</div>
{% endblock %}
\ No newline at end of file
{% endblock %}
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