diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..3f88b75 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +docutils==0.6 +django-tagging +-e git://github.com/mintchaos/typogrify.git#egg=Typogrify +markdown +smartypants \ No newline at end of file diff --git a/templates/registration/login.html b/templates/registration/login.html index a447c26..dfdedb8 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -73,7 +73,7 @@

Log in to Continue

Your username and password didn't match. Please try again.

{% endif %} -
+ {% csrf_token %}
{{ form.username.label_tag }}{{ form.username }}
{{ form.password.label_tag }}{{ form.password }}