diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-05-18 04:18:57 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-05-18 04:18:57 +0100 |
commit | ec4461d0f79f2ac12cac643b65df9f9925ed5c53 (patch) | |
tree | bea5389596cb5bc59b78761a9f92ddbdf66b6eb2 /app/templates | |
parent | b6601e5bc4ed245bdb391ef88f5de1ca42ca3daf (diff) | |
download | cheatdb-ec4461d0f79f2ac12cac643b65df9f9925ed5c53.tar.xz |
Improve homepage design further
Diffstat (limited to 'app/templates')
-rw-r--r-- | app/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/index.html b/app/templates/index.html index 4887b31..fee35db 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %} -Dashboard +Welcome {% endblock %} {% block container %} |