]> git.zarvox.org Git - imoo.git/commit
Basic templates, helpers, login page
authorDrew Fisher <drew@aerofs.com>
Mon, 10 Mar 2014 08:11:23 +0000 (01:11 -0700)
committerDrew Fisher <drew@aerofs.com>
Mon, 10 Mar 2014 08:11:23 +0000 (01:11 -0700)
commit430a914a51415e6b0a366db946592f22cef86a91
tree859c6642b929665d868e256bda362687583ebc6f
parent88dfbceac76ab571617bd1fa03c7d149b63c5532
Basic templates, helpers, login page

Doesn't actually do anything, but exercises:

1) Flask-WTF
2) CSRF tokens
3) Templating
4) Static files
config.py
imoo/forms.py
imoo/static/style.css [new file with mode: 0644]
imoo/templates/_formhelpers.html [new file with mode: 0644]
imoo/templates/base.html [new file with mode: 0644]
imoo/templates/index.html [new file with mode: 0644]
imoo/templates/login.html [new file with mode: 0644]
imoo/templates/main.html [new file with mode: 0644]
imoo/views.py