It does not, I changed the name, stil the same error
> On May 2, 2019, at 8:23 PM, Abishek Goda <[email protected]> wrote: > > > 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 [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/django-users > <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 > > <https://groups.google.com/d/msgid/django-users/06C0F9E2-7E76-4571-8338-4BEFFB816100%40gmail.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 [email protected]. To post to this group, send email to [email protected]. 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/9161767E-FDA3-4329-87D3-B2D0C43F8222%40gmail.com. For more options, visit https://groups.google.com/d/optout.

