summaryrefslogtreecommitdiff
path: root/sublab_project/projects/templates/projects/project_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'sublab_project/projects/templates/projects/project_detail.html')
-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 cbd46eb..2a6b044 100644
--- a/sublab_project/projects/templates/projects/project_detail.html
+++ b/sublab_project/projects/templates/projects/project_detail.html
@@ -1,6 +1,6 @@
{% extends 'base.html' %}
-{% block title %}{{ object.title }}{% endblock %}
+{% block title %}Projekt: {{ object.name }}{% endblock %}
{% block content %}
<h2 id="{{ object.slug }}">Projekt: {{ object.name }}</h3>