summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sublab_project/projects/templates/projects/project_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sublab_project/projects/templates/projects/project_detail.html b/sublab_project/projects/templates/projects/project_detail.html
index 2a6b044..600b79c 100644
--- a/sublab_project/projects/templates/projects/project_detail.html
+++ b/sublab_project/projects/templates/projects/project_detail.html
@@ -3,7 +3,7 @@
{% block title %}Projekt: {{ object.name }}{% endblock %}
{% block content %}
- <h2 id="{{ object.slug }}">Projekt: {{ object.name }}</h3>
+ <h2 id="{{ object.slug }}">Projekt: {{ object.name }}</h2>
{{ object.description_html|safe }}
{% if object.contact_email %}
<p>E-Mail: {{ object.contact_email }}</p>