diff options
author | Ben Cohen <ben@kensho.com> | 2019-07-28 16:29:41 -0400 |
---|---|---|
committer | Ben Cohen <ben@kensho.com> | 2019-07-28 16:29:41 -0400 |
commit | 605c1792a3bd924065c60ac2801cc919dacc0bc2 (patch) | |
tree | 3b68f75f5a62509e882df131427232d3b3fb89c5 /templates | |
parent | f1a44fc571afb53feb6b4508f6d2e76aee67d344 (diff) |
typo
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index e688c41..6de7549 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,7 +25,7 @@ <div id="footer"> {% block footer %} <p > - Please Drink responsibly... or don't I'm a website not a cop. + Please Drink responsibly... or don't - I'm a website, not a cop. </p> {% endblock %} </div> |