diff options
Diffstat (limited to 'pyc/templates/index.html')
-rw-r--r-- | pyc/templates/index.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pyc/templates/index.html b/pyc/templates/index.html index f99165d..9c6faa5 100644 --- a/pyc/templates/index.html +++ b/pyc/templates/index.html @@ -1,12 +1,5 @@ {% extends 'base.html' %} {% block body %} -Labs: -<ol> -{% for lab in labs %} - <li><a href="/lab/{{ lab.id }}/">{{ lab.name }}</a></li> -{% endfor %} -</ol> - <p> pyc is a way to learn Python through competition. <br /> @@ -16,16 +9,4 @@ Submit your code online and be automatically graded and ranked. <br /> If you are interested, please contact raylu. </p> - -<p> -{% if authenticated %} - <a href="{% url django.contrib.auth.views.password_change %}">Change Password</a> - <br /> - <a href="{% url django.contrib.auth.views.logout %}">Logout</a> -{% else %} - <a href="{% url django.contrib.auth.views.login %}">Login</a> -{% endif %} -<br /> -<a href="{% url grader.views.faq %}">FAQ</a> -</p> {% endblock %} |