Hi You can see my code in:
https://github.com/barkalez/recetas I have it like this: <a class="nav-item nav-link" href="{% url 'register' %}">Register</a> El domingo, 10 de marzo de 2019, 18:22:29 (UTC+1), Gil Obradors escribió: > > Hi > I can't give you the exactly response, > > But I know that you are playing with href=url direct, without using django > template code > I suggest you to change de href of register from about, to a href with > django template code: > Something like : href="{% static 'greenfapp/main.css' %} > But I can't see at urls.py from user app, so I don't know if user apps > register view has any name associociated to > > You must write something like href="{ url :'recetas-home' % } ( nor > direct url) > > > Good luck > > > Missatge de Barkalez XX <[email protected] <javascript:>> del dia dg., 10 > de març 2019 a les 15:28: > >> >> In the browser, when I'm in "http://127.0.0.1:8000/" and click in >> register it takes me to "http://127.0.0.1:8000/register" and it works >> correctly, but if I'm in "http: //127.0.0.1:8000/about/ "and click on >> register takes me to" http://127.0.0.1:8000/about/register/ "instead of" >> http://127.0.0.1:8000/register " . My project : >> https://github.com/barkalez/recetas >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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/f77b7e65-3e0c-4f29-b951-d052e669fe20%40googlegroups.com >> >> <https://groups.google.com/d/msgid/django-users/f77b7e65-3e0c-4f29-b951-d052e669fe20%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit 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/10a468fd-e48a-480a-9404-4f0bca6cc0f2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

