From 49cde14dff5da1fb26976321dcd281495af92d15 Mon Sep 17 00:00:00 2001 From: Andy Mockler Date: Mon, 11 Feb 2019 22:20:24 -0500 Subject: [PATCH] Fix content in header --- oselab/templates/home/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oselab/templates/home/about.html b/oselab/templates/home/about.html index 0387cdd..5304b6b 100644 --- a/oselab/templates/home/about.html +++ b/oselab/templates/home/about.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block body %} {{ page_heading( - title="About OSM Lab" + title="About OSE Lab" ) }}