diff options
author | coderick14 | 2017-05-16 17:37:05 +0530 |
---|---|---|
committer | coderick14 | 2017-05-16 17:37:05 +0530 |
commit | a59792761e13920bd59ba934af5b4a62a77f79c7 (patch) | |
tree | 7d10107e0c3a1d5c5a9a17b518f2b3629c70d95d /templates/pages/theory.html | |
parent | 4336f5f06f61de30ae3fa54650fce63a9d5ef5be (diff) | |
download | SBHS-2018-Rpi-a59792761e13920bd59ba934af5b4a62a77f79c7.tar.gz SBHS-2018-Rpi-a59792761e13920bd59ba934af5b4a62a77f79c7.tar.bz2 SBHS-2018-Rpi-a59792761e13920bd59ba934af5b4a62a77f79c7.zip |
Set up django-server locally
Diffstat (limited to 'templates/pages/theory.html')
-rw-r--r-- | templates/pages/theory.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pages/theory.html b/templates/pages/theory.html index 82cb49c..06b183d 100644 --- a/templates/pages/theory.html +++ b/templates/pages/theory.html @@ -9,7 +9,7 @@ {% include 'account/sub_nav.html' %} {% endif %} <div class="span12"> - <h2>Theroy</h2> + <h2>Theory</h2> <br> <br> <iframe src="{% static 'data/theory.pdf' %}" width="100%" height="900px" ></iframe> |