Hi,

> 
> As I said, the dashboard.html works, i just want another menu option to load 
> the other html file. i have commented this out as it causes my app to break.
So the issue is with the map url. Can you try to use a different name? 
> 
>     #path('map/', Map.as_view(), name='map'),               
path(‘map/‘, Map.as_view(), name=‘map-link’),

Or something like that?

Probably silly, but map is also a builtin. Maybe it conflicts?

Abishek

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/06C0F9E2-7E76-4571-8338-4BEFFB816100%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to