Revision 9741b379 templates/edumanage/service_details.html

b/templates/edumanage/service_details.html
137 137
        <label class="control-label" for="id_contact">{% trans "Contacts" %}</label>
138 138
        <div class="controls">
139 139
           	{% for contact in service.contact.all %}
140
        		{{contact.firstname}} (<a href="mailto:{{contact.email}}">{{contact.email}}</a> - tel:{{contact.phone}}){% if not forloop.last %}<br>{% endif %}
140
        		{{contact.name}} (<a href="mailto:{{contact.email}}">{{contact.email}}</a> - tel:{{contact.phone}}){% if not forloop.last %}<br>{% endif %}
141 141
        	{% endfor %}
142 142
        </div>
143 143
    </div>

Also available in: Unified diff