diff options
author | adityacp | 2016-04-22 11:30:02 +0530 |
---|---|---|
committer | adityacp | 2016-04-22 11:30:02 +0530 |
commit | 3d49dc17e96fa2726c60942a44d8571d353542d4 (patch) | |
tree | 5adc0a5951174804aefa0839ba9dd2f56d18f69e /yaksh/templates | |
parent | ab5d550709322739629fffb7e7a3335ec1a6623c (diff) | |
download | online_test-3d49dc17e96fa2726c60942a44d8571d353542d4.tar.gz online_test-3d49dc17e96fa2726c60942a44d8571d353542d4.tar.bz2 online_test-3d49dc17e96fa2726c60942a44d8571d353542d4.zip |
profile form name changes
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/view_profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/view_profile.html b/yaksh/templates/yaksh/view_profile.html index 69dac5a..be15d14 100644 --- a/yaksh/templates/yaksh/view_profile.html +++ b/yaksh/templates/yaksh/view_profile.html @@ -13,8 +13,8 @@ <a href="{{ URL_ROOT }}/exam/">Back to Home</a> </ul> <div class="span14"> - <h2 style="margin-left: 220px">Your Profile Information</h2> <center> + <h2>Your Profile Information</h2> <table class="span1"> <tr> <th><label for="id_first_name"><h5>First name:</h5></label></th> |