]> git.parisson.com Git - teleforma.git/commitdiff
fix prof list
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 10 Jul 2013 19:15:33 +0000 (21:15 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 10 Jul 2013 19:15:33 +0000 (21:15 +0200)
teleforma/templates/postman/base_write.html

index ea08e5c493baf5ca7961f6dc2c780bee3b5bbe20..8cf0d1db3df39361454d7c790fc9d6e88d4c4161 100644 (file)
@@ -21,7 +21,7 @@
 <option value="">{% trans "to a professor" %}</option>
 {% get_all_professors as professors %}
 {% for p in professors %}
-<option value="{{ p.user.username }}">{{p.user.first_name}} {{p.user.last_name}}</option>
+<option value="{{ p.user.username }}">{{p.user.last_name}} {{p.user.first_name}}</option>
 {% endfor %}
 </select>