Closed GoogleCodeExporter closed 9 years ago
I don't see the "Providers" link... am I looking in the wrong place or has it
been
removed?
Original comment by inshany@gmail.com
on 4 Nov 2009 at 2:26
[deleted comment]
revision 160 changed this to users. The url is
http://127.0.0.1:8000/inpatient/user/ the bug is still there.
Original comment by andrewa...@gmail.com
on 4 Nov 2009 at 4:28
You code is wrong in the user_list.html template:
<pre>{% for team in user.users.all %}</pre>
Should be:
<pre>{% for team in user.team_set.all %}</pre>
Original comment by inshany@gmail.com
on 4 Nov 2009 at 4:40
Indeed.
Revision 168 fixes this. However, the template files are in auth/ rather than
inpatient. I'm thinking this is a
mistake and it should be in templates/inpatient. Before changing it can
somebody confirm?
Original comment by andrewa...@gmail.com
on 4 Nov 2009 at 4:53
The teams link's do not work, I'll fix that and recommit. Should of tested it
better (d'oh).
Original comment by andrewa...@gmail.com
on 4 Nov 2009 at 5:13
Yes. They should not be in "auth". So confirmed.
Original comment by inshany@gmail.com
on 4 Nov 2009 at 5:13
revision 176 & revision 177 fixes all these issues.
Original comment by andrewa...@gmail.com
on 4 Nov 2009 at 7:45
Original issue reported on code.google.com by
andrewa...@gmail.com
on 31 Oct 2009 at 3:25