summaryrefslogtreecommitdiff
path: root/templates/pages/theory.html
diff options
context:
space:
mode:
authorttt2017-05-13 00:29:47 +0530
committerttt2017-05-13 00:29:47 +0530
commit4336f5f06f61de30ae3fa54650fce63a9d5ef5be (patch)
tree23b4ee9b8e8f24bf732acf2f7ad22ed50cdd5670 /templates/pages/theory.html
downloadSBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.tar.gz
SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.tar.bz2
SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.zip
added all server files
Diffstat (limited to 'templates/pages/theory.html')
-rw-r--r--templates/pages/theory.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/pages/theory.html b/templates/pages/theory.html
new file mode 100644
index 0000000..82cb49c
--- /dev/null
+++ b/templates/pages/theory.html
@@ -0,0 +1,20 @@
+{% extends "layout.html" %}
+{% load staticfiles %}
+
+{% block content %}
+
+<div class="container">
+ <div class="row">
+ {% if user.is_authenticated %}
+ {% include 'account/sub_nav.html' %}
+ {% endif %}
+ <div class="span12">
+ <h2>Theroy</h2>
+ <br>
+ <br>
+ <iframe src="{% static 'data/theory.pdf' %}" width="100%" height="900px" ></iframe>
+ <br>
+ </div>
+ </div>
+</div>
+{% endblock %}