From 8c4e7ad0b12c6fac37a373dc0ce1239d2b28da18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Sat, 2 Feb 2019 14:17:34 +0200 Subject: [PATCH] Fix title. --- templates/front/projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/front/projects.html b/templates/front/projects.html index 0e80fcf0..b769f127 100644 --- a/templates/front/projects.html +++ b/templates/front/projects.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load compress static hc_extras %} -{% block title %}Project Settings - {{ project }}{% endblock %} +{% block title %}{% site_name %}{% endblock %} {% block content %}