From bbd5c7694c65d11d094f8a57b55085f57f3aee78 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 13 Sep 2018 17:17:55 -0400 Subject: [PATCH] Fixed typo in title --- templates/website.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/website.html b/templates/website.html index a6f4d75..53b013a 100644 --- a/templates/website.html +++ b/templates/website.html @@ -1,5 +1,5 @@ {% extends "layout.html" %} -{% set title = "OD-Datase - Websites" %} +{% set title = "OD-Database - Website details" %} {% set current_page = "website" %} {% block body %}