]> git.parisson.com Git - telemeta.git/commitdiff
bugfix
authoryomguy <yomguy@parisson.com>
Wed, 21 Mar 2012 14:12:36 +0000 (15:12 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 21 Mar 2012 14:12:36 +0000 (15:12 +0100)
telemeta/templates/telemeta/profile_detail.html

index 4bfa103c8518f829a75c18bc5a1f5faef29329ae..3e8128c495c282b03cb126644513017a76bdc075 100644 (file)
@@ -41,7 +41,6 @@
       <dt>{% trans "Email" %}</dt><dd>{{ usr.email }}</dd>
       
       <dt>{% trans "Institution" %}</dt><dd>{% if profile %}{{ profile.institution }}{% endif %}</dd>
-      <dt>{% trans "Department" %}</dt><dd>{% if profile %}{{ profile.department }}{% endif %}</dd>
       <dt>{% trans "Function" %}</dt><dd>{% if profile %}{{ profile.function }}{% endif %}</dd>
       <dt>{% trans "Attachment" %}</dt><dd>{% if profile %}{{ profile.attachment }}{% endif %}</dd>
       <dt>{% trans "Address" %}</dt><dd>{% if profile %}{{ profile.address }}{% endif %}</dd>