diff options
Diffstat (limited to 'testapp/templates')
-rw-r--r-- | testapp/templates/exam/login.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testapp/templates/exam/login.html b/testapp/templates/exam/login.html index 078e7a7..d63d639 100644 --- a/testapp/templates/exam/login.html +++ b/testapp/templates/exam/login.html @@ -15,8 +15,8 @@ {{ form.as_table }} </table></center> <center><button class="btn" type="submit">Login</button> <button class="btn" type="reset">Cancel</button></center> - <br><center><a href="{{URL_ROOT}}/exam/forgotpassword/">Forgot Password?</a></center><br> - <center><a href="{{URL_ROOT}}/exam/register/">New User? Sign-Up </a></center> +<!-- <br><center><a href="{{URL_ROOT}}/exam/forgotpassword/">Forgot Password?</a></center><br> + <center><a href="{{URL_ROOT}}/exam/register/">New User? Sign-Up </a></center>--> </form> {% endblock content %} |