diff --git a/symposion/templates/conference/user_list.html b/symposion/templates/conference/user_list.html index 22caaede140c8c70b5d04e1dc268f1e50b349344..04b6a5ca05b01164b1fa56952f521848ac87cf63 100644 --- a/symposion/templates/conference/user_list.html +++ b/symposion/templates/conference/user_list.html @@ -1,5 +1,8 @@ {% extends "site_base.html" %} +{% load url from future %} + + {% load i18n %} {% load sitetree %} @@ -68,9 +71,9 @@ {{ user.get_full_name }} {% if user.speaker_profile %} - {{ user.speaker_profile }} + {{ user.speaker_profile }} {% else %} - create + create {% endif %}