Open sean-abbott opened 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
The participation home should: