Mandelliant / nextbook-django

Nextbook - Django based reading assistant
MIT License
1 stars 5 forks source link

Replace random recommendation button with reverse lookup #60

Closed Mandelliant closed 5 years ago

Mandelliant commented 6 years ago

Currently in nextbook/index.html the "Get another suggestion" button is currently built as follows:

  <button type="button" value="Get another suggestion" onClick="window.location.reload()">Get another suggestion</button>

It should redirect to the same page again through a Django reverse url lookup

philippeoz commented 6 years ago

Can i help with this?

Mandelliant commented 6 years ago

@philippeoz sure, thanks for all of the help!