Skip to content

Commit

Permalink
default org dates is Month, year
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Dec 2, 2016
1 parent b564356 commit 20b0044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions members/templates/members/org_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ <h5 class='oswald org-members col s12'>Organization Members</h5>
</td>
<td>{{ m.title|default:"" }}</td>
<td>
{{ m.start_date }}
- {{ m.end_date|default:"current" }}
{{ m.start_date|date:"M Y" }}
- {{ m.end_date|date:"M Y"|default:"current" }}
</td>
{% if request.user.is_staff or can_edit %}
<td>
Expand Down

0 comments on commit 20b0044

Please sign in to comment.