diff options
author | mahesh | 2017-11-24 00:09:34 +0530 |
---|---|---|
committer | mahesh | 2017-11-24 00:09:34 +0530 |
commit | d9502c091fec7671bfe31cd655f9fe3f07b8899c (patch) | |
tree | cfd693482f9729c77f665493dabeb080ee898a27 /yaksh/templates/base.html | |
parent | 63326f9519478f0d9bfb0b843e5dac8ab29428f4 (diff) | |
parent | 8dd97bc6855a0e367a67d8a8803623f1c3f7e8f2 (diff) | |
download | online_test-d9502c091fec7671bfe31cd655f9fe3f07b8899c.tar.gz online_test-d9502c091fec7671bfe31cd655f9fe3f07b8899c.tar.bz2 online_test-d9502c091fec7671bfe31cd655f9fe3f07b8899c.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 3302482..e7c4a99 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -57,7 +57,7 @@ <div class="logged_user_info" align="center"> {% block info %} {% endblock %} - </div> + </div> <div class="container"> <p align="center">Developed by FOSSEE group, IIT Bombay</p> </div> |