diff --git a/remo/profiles/templates/profiles_view.html b/remo/profiles/templates/profiles_view.html index f1829c971..2f3855fa2 100644 --- a/remo/profiles/templates/profiles_view.html +++ b/remo/profiles/templates/profiles_view.html @@ -113,7 +113,9 @@

This Rep has been part of the program from {{ user_profile.date_joined_program.strftime('%d %B %Y') }} - to {{ user_profile.date_left_program.strftime('%d %B %Y') }} + {% if user_profile.date_left_program %} + to {{ user_profile.date_left_program.strftime('%d %B %Y') }} + {% endif %}