Skip to content

Commit

Permalink
Running modern Django, virtualenv requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
trey committed Jul 25, 2010
1 parent b4eaee8 commit 0c944ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions requirements.txt
@@ -0,0 +1,5 @@
docutils==0.6
django-tagging
-e git://github.com/mintchaos/typogrify.git#egg=Typogrify
markdown
smartypants
2 changes: 1 addition & 1 deletion templates/registration/login.html
Expand Up @@ -73,7 +73,7 @@ <h1>Log in to Continue</h1>
<p>Your username and password didn't match. Please try again.</p>
{% endif %}

<form method="post" action=".">
<form method="post" action=".">{% csrf_token %}
<table>
<tr><td>{{ form.username.label_tag }}</td><td>{{ form.username }}</td></tr>
<tr><td>{{ form.password.label_tag }}</td><td>{{ form.password }}</td></tr>
Expand Down

0 comments on commit 0c944ac

Please sign in to comment.