diff options
author | Sashi20 | 2017-09-22 12:14:15 +0530 |
---|---|---|
committer | Sashi20 | 2017-09-22 12:14:15 +0530 |
commit | 8b838fe00a1542e113b34677e38494c046dfd179 (patch) | |
tree | e77cccd0229c0251a53cb147438a6b4a1270011d /website | |
parent | 3645cf7ffc24a815d69bb409c3f76a3b7079b053 (diff) | |
download | SciPy2017-8b838fe00a1542e113b34677e38494c046dfd179.tar.gz SciPy2017-8b838fe00a1542e113b34677e38494c046dfd179.tar.bz2 SciPy2017-8b838fe00a1542e113b34677e38494c046dfd179.zip |
Minor interface changes
Diffstat (limited to 'website')
-rwxr-xr-x | website/templates/register/password_reset_confirm.html | 7 | ||||
-rwxr-xr-x | website/templates/user-register.html | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/website/templates/register/password_reset_confirm.html b/website/templates/register/password_reset_confirm.html index 5b23073..46bfe60 100755 --- a/website/templates/register/password_reset_confirm.html +++ b/website/templates/register/password_reset_confirm.html @@ -1,4 +1,3 @@ - {% load static %} <!DOCTYPE HTML> @@ -23,7 +22,7 @@ <header id="header1" style="background-color: #01c3d9;"> <h1>SciPy India 2017</h1> <h2>Reset Password</h2> -</header> + </header> {% endblock %} {% block content %} @@ -39,6 +38,10 @@ <input type="hidden" value="{{ csrf_token }}" name="csrfmiddlewaretoken"> </div> <table> + <colgroup> + <col width="40%" /> + <col width="60%" /> + </colgroup> <tr> <td>{{ form.new_password1.errors }} <label for="id_new_password1" >New password:</label></td> diff --git a/website/templates/user-register.html b/website/templates/user-register.html index 6cec87b..ed9bb7f 100755 --- a/website/templates/user-register.html +++ b/website/templates/user-register.html @@ -60,7 +60,7 @@ {% endfor %} <br> <button class="btn btn-primary" type="submit" >SignUp</button> - <a class="btn btn-primary" href="{% url 'website:cfp' %}"><u>I have an account</u></a> + <a class="btn btn-primary" href="{% url 'website:cfp' %}" style="text-decoration: none;">I have an account</a> <!-- </div> --> </form> <!--</div>--> |