diff options
-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>--> |