Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thalia
concrexit
Commits
ba72e87c
Unverified
Commit
ba72e87c
authored
Dec 06, 2016
by
Joost Rijneveld
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix displaying when join date is unknown
parent
c6eb6321
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
website/members/templates/members/profile.html
website/members/templates/members/profile.html
+2
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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