Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Add help text to login page.
Browse files Browse the repository at this point in the history
  • Loading branch information
oldpatricka committed Dec 20, 2012
1 parent 8f4ebc2 commit 9837e49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phantomweb/templates/registration/login.html
Expand Up @@ -10,6 +10,8 @@
<p>Your username and password didn't match. Please try again.</p>
{% endif %}

<p>Log in with your Phantom username and password.</p>

<form method="post" action="{% url 'django.contrib.auth.views.login' %}">
{% csrf_token %}
<table>
Expand Down

0 comments on commit 9837e49

Please sign in to comment.