esoergel / peacecorps

Random Hacks of Kindness - Boston
2 stars 7 forks source link

Front-end PCV_tools for PCVs to participate #23

Open sean-abbott opened 11 years ago

sean-abbott commented 11 years ago

The participation home should:

thadk commented 11 years ago

Edit the page django.contrib.auth.views.login at /apps/pcvcore/templates/user/login.html

app/pcvblog/pcv_tools requires that you are logged in already and will forward to the URL returned by "reverse_lazy" to login.

The URL is: /pcv

This page does not indicate when you are not logged in--it shows an empty list.

Whether or not you're logged in when you click "New Entry", it asks you to log in, once logged in, you are then sent to /pcv/entry/create which TemplateDoesNotExist for. Then if you manually go back to /pcv you see all your example entries.

Generally solid via commit https://github.com/esoergel/peacecorps/commit/2c066751cdd83e21ca6392d6e4fe161f1f54bcf4