diff options
Diffstat (limited to 'yaksh/templates')
-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 efac26d..e7cc15c 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -53,7 +53,7 @@ {% endblock %} </div> <footer class="footer" id="footer_div"> - <div class="info" align="center"> + <div class="logged_user_info" align="center"> {% block info %} {% endblock %} </div> |