Hi,
>
> <li class ="active"><a href="/static/
> view_user.html">View User</a>
>
> </li>
>
> <li><a href="/static/
> create_user_form.html">Create User</a>
>
> </li>
<snip>...
>
> But when i am clicking on create user tab I am getting the following
> page:
> {% extends "templates/base.html" %} {% block content %}
> {{form.name.error}} Name {{form.name}} {{form.permission.error}}
> Permission {{form.permission}}
>
> {% endblock %}
>
> The page is not getting render.
> Any idea what the problem is?
It looks like "Create User" is linked to a static page: /static/
create_user_form.html rather than a Django view. How are you serving
files under the /static/ directory?
-Rajesh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---