summaryrefslogtreecommitdiff
path: root/yaksh/templates/user.html
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/templates/user.html')
-rw-r--r--yaksh/templates/user.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html
index e1b129f..987593f 100644
--- a/yaksh/templates/user.html
+++ b/yaksh/templates/user.html
@@ -11,7 +11,6 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
-
<a class="navbar-brand navbar-left" href="{{ URL_ROOT }}/exam/manage/">
<img src="{{ URL_ROOT }}/static/yaksh/images/yaksh_banner.png" alt="YAKSH" style="margin-top: -3px; margin-left:-15px">
</img>
@@ -30,8 +29,12 @@
{% endblock %}
{% block content %}
<div class="row">
+ <div class="col-sm-8 col-sm-offset-3 col-md-9 col-md-offset-2 main">
+ <div class="row">
{% block main %}
{% endblock %}
+ </div>
+ </div>
</div>
{% endblock %}
{% if user %}