diff options
author | prashantsinalkar | 2017-04-10 15:08:57 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-04-10 15:08:57 +0530 |
commit | 2c00a4137b33ee1143582f29d3d9a246a61b0fb7 (patch) | |
tree | 7980e66375aff6847ac5e6b8961fb44fca1382b5 | |
parent | 007b0618b22581050d7cb09b3f489e0662d3200a (diff) | |
download | pyfoss-2c00a4137b33ee1143582f29d3d9a246a61b0fb7.tar.gz pyfoss-2c00a4137b33ee1143582f29d3d9a246a61b0fb7.tar.bz2 pyfoss-2c00a4137b33ee1143582f29d3d9a246a61b0fb7.zip |
fixed content.html
-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..9decccf 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>Contenet</h1> +{% endblock%} |