diff options
author | prashantsinalkar | 2019-02-25 15:44:52 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-02-25 15:44:52 +0530 |
commit | dc5c421117184625d01f7f668add780aa045f173 (patch) | |
tree | 3bc1b48446561d371978bd8ea365aaa1e0a5ebd9 | |
parent | ffca11e548fcdb451ad2ae63155f27d27fbb145b (diff) | |
download | pyfoss-dc5c421117184625d01f7f668add780aa045f173.tar.gz pyfoss-dc5c421117184625d01f7f668add780aa045f173.tar.bz2 pyfoss-dc5c421117184625d01f7f668add780aa045f173.zip |
fixed typo
-rw-r--r-- | static/website/templates/content.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/content.html b/static/website/templates/content.html index 88e9736..337e2ec 100644 --- a/static/website/templates/content.html +++ b/static/website/templates/content.html @@ -1,3 +1,3 @@ {% block content %} -<h1>Contene</h1> -{% endblock%}
\ No newline at end of file +<h1> Content</h1> +{% endblock %} |