diff options
author | adityacp | 2016-04-18 19:09:22 +0530 |
---|---|---|
committer | adityacp | 2016-04-18 19:09:22 +0530 |
commit | 975e74ab737cfc5d9c5375931170cdc9ecb75b40 (patch) | |
tree | 1f921641f7a595c8c0be13310035f33c23e15202 /yaksh/templates/user.html | |
parent | 09e77a6065f019fe9b9d00fbedce2c11188e4589 (diff) | |
download | online_test-975e74ab737cfc5d9c5375931170cdc9ecb75b40.tar.gz online_test-975e74ab737cfc5d9c5375931170cdc9ecb75b40.tar.bz2 online_test-975e74ab737cfc5d9c5375931170cdc9ecb75b40.zip |
changes for profile edit
Diffstat (limited to 'yaksh/templates/user.html')
-rw-r--r-- | yaksh/templates/user.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html index 936601e..4074656 100644 --- a/yaksh/templates/user.html +++ b/yaksh/templates/user.html @@ -13,8 +13,8 @@ <meta name="description" content=""> <meta name="author" content=""> {% endblock %} - - <link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/base.css" type="text/css" /> + + <link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/base.css" type="text/css" /> {% block css %} {% endblock %} |