Re: I have a problem when linking two urls

2016-03-29 Thread Tim Graham
This mailing list is for the development of Django itself. Please use django-users for usage questions. On Tuesday, March 29, 2016 at 5:28:30 PM UTC-4, ludovic coues wrote: > > Without a bit more of information, it will be kinda hard to help you. > The full text of the error, the content on the

Re: I have a problem when linking two urls

2016-03-29 Thread ludovic coues
Without a bit more of information, it will be kinda hard to help you. The full text of the error, the content on the template with the button and the content on the related urls.py file would be a nice start. 2016-03-29 23:09 GMT+02:00 Cristina Elena Stan : > Hello! > I make the login page and th

I have a problem when linking two urls

2016-03-29 Thread Cristina Elena Stan
Hello! I make the login page and the register. After the user logs in on the home page i have a "create prescription" button and when i press it it says ERROR page not found. So the only problem i have is that when i press "create prescription" from the home page it doesn;t show me the page. Ca