Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Front-end PCV_tools for PCVs to participate #23

Open
sean-abbott opened this issue Jun 2, 2013 · 1 comment
Open

Front-end PCV_tools for PCVs to participate #23

sean-abbott opened this issue Jun 2, 2013 · 1 comment

Comments

@sean-abbott
Copy link

The participation home should:

  • Allow PCVs to update their information profile
  • Allow PCV to view old posts and edit them
  • Allow PCVs to create new posts
@thadk
Copy link
Collaborator

thadk commented Jul 28, 2013

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 2c06675

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants