Files
@ 57edd5668912
Branch filter:
Location: django-shaker/djangoshaker/templates/djangoshaker/user.html
57edd5668912
930 B
text/html
Added some custom CSS for buttons (selected/deselected ingredient). Moved the ingredient selection list into its own template (for inclusion). Moved the pagination code to its own template (since it's shared amongst multiple pages). The user page is now spanning two columns. User page now lists only available drinks and user's ingredients, both with pagination. Added new page that includes all the ingredients that are available where use can add or remove the ones he/she has. The add/remove user ingredients view can now redirect to a specific page if the 'next' parameter is provided to it as a GET paramter.