From 90599c506b4a4fccf76437aa989aaae7ac71ece9 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 21 Mar 2012 15:12:36 +0100 Subject: [PATCH] bugfix --- telemeta/templates/telemeta/profile_detail.html | 1 - 1 file changed, 1 deletion(-) diff --git a/telemeta/templates/telemeta/profile_detail.html b/telemeta/templates/telemeta/profile_detail.html index 4bfa103c..3e8128c4 100644 --- a/telemeta/templates/telemeta/profile_detail.html +++ b/telemeta/templates/telemeta/profile_detail.html @@ -41,7 +41,6 @@
{% trans "Email" %}
{{ usr.email }}
{% trans "Institution" %}
{% if profile %}{{ profile.institution }}{% endif %}
-
{% trans "Department" %}
{% if profile %}{{ profile.department }}{% endif %}
{% trans "Function" %}
{% if profile %}{{ profile.function }}{% endif %}
{% trans "Attachment" %}
{% if profile %}{{ profile.attachment }}{% endif %}
{% trans "Address" %}
{% if profile %}{{ profile.address }}{% endif %}
-- 2.39.5