practical-recommender-systems / moviegeek

A django website used in the book Practical Recommender Systems to illustrate how recommender algorithms can be implemented.
MIT License
901 stars 360 forks source link

Change "more_details" event to "moredetails" to match what's in the book #67

Open erwindev opened 1 year ago

erwindev commented 1 year ago

In the "templates/moviegeek/index.html" and "templates/moviegeek/search_result.html", the event "more_details" need to be updated to "moredetails" to match what's in the book.