diff options
Diffstat (limited to 'templates/user/changerole.html')
-rw-r--r-- | templates/user/changerole.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/user/changerole.html b/templates/user/changerole.html deleted file mode 100644 index 3f7ecbd..0000000 --- a/templates/user/changerole.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends 'base.html' %} -{% block title %} - {{task.title}} -{% endblock %} -{% block content %} - <a href="/">Click here</a> to return to home page.<br /> - <form action="" method="post"> - {{form.as_p}} - <input type="submit" value="Submit"> - </form> -{% endblock %} |