]> git.cworth.org Git - turbot/commit
Revamp the Home page of our app to start looking like what we want
authorCarl Worth <cworth@cworth.org>
Tue, 13 Oct 2020 19:57:44 +0000 (12:57 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 13 Oct 2020 20:14:28 +0000 (13:14 -0700)
commitb541485c6ca914d01f09cb62a82dbb3ef6ed6ece
tree7513de575c2bf2119d5cf45877724d607862b05f
parent0a23662568043cde609216287ef7323e281ea764
Revamp the Home page of our app to start looking like what we want

This gets rid of the original placeholder blocks which I had gotten
from a tutorial and replaces it with placeholders that look more like
what we are going to want, (a list of hunts and a button to create a
new hunt).

While doing this, we provide some utility functions to create blocks
to reduce the amount of boilerplate we need while constructing these
things.
turbot/views.py