grgizem / takeep

Event application based on Django
0 stars 1 forks source link

redirection bugs #27

Closed maxciceu closed 11 years ago

maxciceu commented 11 years ago

The cancel_event function redirects to bad url "/"

grgizem commented 11 years ago

why it is a bad url?

maxciceu commented 11 years ago

it sends to a page not found error . both "create_event" and "cancel_event" redirect to "/" which is not defined in our url configuration

grgizem commented 11 years ago

It is not a bad URL. We did not prepare our index/home page. There is already an issue about it.