diff options
Diffstat (limited to 'pyc/templates/index.html')
-rw-r--r-- | pyc/templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyc/templates/index.html b/pyc/templates/index.html index 439beb9..f99165d 100644 --- a/pyc/templates/index.html +++ b/pyc/templates/index.html @@ -25,5 +25,7 @@ If you are interested, please contact raylu. {% else %} <a href="{% url django.contrib.auth.views.login %}">Login</a> {% endif %} +<br /> +<a href="{% url grader.views.faq %}">FAQ</a> </p> {% endblock %} |