Re: xadmin override base_site.html

2013-09-30 Thread Christian Schulz
Ahh got it , different versions in my installation.

Christian


Am Montag, 30. September 2013 16:54:43 UTC+2 schrieb Christian Schulz:
>
> Hi,
>
> has someboday a clue why I get this error.
> Without the modifications xadmin works fine, but if  I copy  for 
> modifications in my ../templates/xadmin/base_site.html
> I got the error below.
>
> If I cut this *if step*  the template is loaded but without surprise in 
> fragile form. Has anybody an idea where this menu_template
> comes from , can't find it yet?  With the complete  template/xadmin folder 
> in my ../templatesthe problem is still the same.
>
> Thanks Christian
>
> TemplateDoesNotExist at /admin
> No exception supplied
> Request Method: GET
> Request URL: http://localhost:8000/admin
> Django Version: 1.5.4
> Exception Type: TemplateDoesNotExist
> Exception Location: 
> /home/chris/.local/lib/python2.7/site-packages/django/template/loader.py 
> in find_template, line 139
>
>
>
> 31  32  class="col-sm-1 col-md-2"> 33 {% block navbar %} 34 {% if nav_menu %} 35 {% 
> include menu_template %} 36 {% else %} 37 {% trans "You don't have 
> permission to edit anything." %} 38 {% endif %} 39 {% endblock %} 40
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/fe62b230-1071-4ee6-a15b-67720f4baf3f%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


xadmin override base_site.html

2013-09-30 Thread Christian Schulz
Hi,

has someboday a clue why I get this error.
Without the modifications xadmin works fine, but if  I copy  for 
modifications in my ../templates/xadmin/base_site.html
I got the error below.

If I cut this *if step*  the template is loaded but without surprise in 
fragile form. Has anybody an idea where this menu_template
comes from , can't find it yet?  With the complete  template/xadmin folder 
in my ../templatesthe problem is still the same.

Thanks Christian

TemplateDoesNotExist at /admin
No exception supplied
Request Method: GET
Request URL: http://localhost:8000/admin
Django Version: 1.5.4
Exception Type: TemplateDoesNotExist
Exception Location: 
/home/chris/.local/lib/python2.7/site-packages/django/template/loader.py 
in find_template, line 139



31  32  33 {% block navbar %} 34 {% if nav_menu %} 35 {% 
include menu_template %} 36 {% else %} 37 {% trans "You don't have 
permission to edit anything." %} 38 {% endif %} 39 {% endblock %} 40


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5ca8f889-7d16-487c-9d92-ae9afc3db383%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.