summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2019-02-25 15:44:52 +0530
committerprashantsinalkar2019-02-25 15:44:52 +0530
commitdc5c421117184625d01f7f668add780aa045f173 (patch)
tree3bc1b48446561d371978bd8ea365aaa1e0a5ebd9
parentffca11e548fcdb451ad2ae63155f27d27fbb145b (diff)
downloadpyfoss-dc5c421117184625d01f7f668add780aa045f173.tar.gz
pyfoss-dc5c421117184625d01f7f668add780aa045f173.tar.bz2
pyfoss-dc5c421117184625d01f7f668add780aa045f173.zip
fixed typo
-rw-r--r--static/website/templates/content.html4
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 %}