diff options
author | prathamesh | 2017-12-05 19:38:21 +0530 |
---|---|---|
committer | prathamesh | 2017-12-05 19:38:21 +0530 |
commit | d33e622b8790d81c80eea2305ab7a2989c21b156 (patch) | |
tree | 9dc3d84df3f955a200f7182ed9d0067e8c138f5f /yaksh/templates/base.html | |
parent | 06cc3dc5d3671ca24fc412b6078906a582b83e98 (diff) | |
parent | d2eb978e3ca51914b16655403bd74cc84d4eab28 (diff) | |
download | online_test-d33e622b8790d81c80eea2305ab7a2989c21b156.tar.gz online_test-d33e622b8790d81c80eea2305ab7a2989c21b156.tar.bz2 online_test-d33e622b8790d81c80eea2305ab7a2989c21b156.zip |
Merge branch 'yaksh_video_lessons' of https://github.com/FOSSEE/online_test into yaksh_video_lessons
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r-- | yaksh/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 007d9b8..e7c4a99 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -52,6 +52,7 @@ {% block content %} {% endblock %} </div> + </div> <footer class="footer" id="footer_div"> <div class="logged_user_info" align="center"> {% block info %} @@ -61,7 +62,6 @@ <p align="center">Developed by FOSSEE group, IIT Bombay</p> </div> </footer> - </div> </body> </html> |