]> git.parisson.com Git - mezzo.git/commit
add default templates, cleanup
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 23 Dec 2015 14:16:16 +0000 (15:16 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 23 Dec 2015 14:16:16 +0000 (15:16 +0100)
commit6ad8e95b35dd1e5d46abb5c819f399af3d21c3db
treebee0baa430cdc84f4039e1bce9b269df3b331e64
parent8d22265cab1ecbd26af6039c3269dfc07bfd1831
add default templates, cleanup
70 files changed:
Dockerfile
app/deploy/start_app.sh
app/deploy/wait.sh
app/templates/accounts/account_form.html [new file with mode: 0644]
app/templates/accounts/account_login.html [new file with mode: 0644]
app/templates/accounts/account_password_reset.html [new file with mode: 0644]
app/templates/accounts/account_profile.html [new file with mode: 0644]
app/templates/accounts/account_profile_update.html [new file with mode: 0644]
app/templates/accounts/account_signup.html [new file with mode: 0644]
app/templates/accounts/includes/user_panel.html [new file with mode: 0644]
app/templates/accounts/includes/user_panel_nav.html [new file with mode: 0644]
app/templates/base.html [new file with mode: 0644]
app/templates/blog/blog_post_detail.html [new file with mode: 0644]
app/templates/blog/blog_post_list.html [new file with mode: 0644]
app/templates/blog/includes/filter_panel.html [new file with mode: 0644]
app/templates/email/account_approve.html [new file with mode: 0644]
app/templates/email/account_approve.txt [new file with mode: 0644]
app/templates/email/account_approve_subject.txt [new file with mode: 0644]
app/templates/email/account_approved.html [new file with mode: 0644]
app/templates/email/account_approved.txt [new file with mode: 0644]
app/templates/email/account_approved_subject.txt [new file with mode: 0644]
app/templates/email/base.html [new file with mode: 0644]
app/templates/email/base.txt [new file with mode: 0644]
app/templates/email/comment_notification.html [new file with mode: 0644]
app/templates/email/comment_notification.txt [new file with mode: 0644]
app/templates/email/form_response.html [new file with mode: 0644]
app/templates/email/form_response.txt [new file with mode: 0644]
app/templates/email/form_response_copies.html [new file with mode: 0644]
app/templates/email/form_response_copies.txt [new file with mode: 0644]
app/templates/email/password_reset_verify.html [new file with mode: 0644]
app/templates/email/password_reset_verify.txt [new file with mode: 0644]
app/templates/email/password_reset_verify_subject.txt [new file with mode: 0644]
app/templates/email/signup_verify.html [new file with mode: 0644]
app/templates/email/signup_verify.txt [new file with mode: 0644]
app/templates/email/signup_verify_subject.txt [new file with mode: 0644]
app/templates/errors/404.html [new file with mode: 0644]
app/templates/errors/500.html [new file with mode: 0644]
app/templates/generic/comments.html [new file with mode: 0644]
app/templates/generic/includes/comment.html [new file with mode: 0644]
app/templates/generic/includes/comments.html [new file with mode: 0644]
app/templates/generic/includes/disqus_comments.html [new file with mode: 0644]
app/templates/generic/includes/disqus_counts.html [new file with mode: 0644]
app/templates/generic/includes/disqus_sso.html [new file with mode: 0644]
app/templates/generic/includes/rating.html [new file with mode: 0644]
app/templates/includes/editable_form.html [new file with mode: 0644]
app/templates/includes/editable_loader.html [new file with mode: 0644]
app/templates/includes/editable_toolbar.html [new file with mode: 0644]
app/templates/includes/footer_scripts.html [new file with mode: 0644]
app/templates/includes/form_errors.html [new file with mode: 0644]
app/templates/includes/form_fields.html [new file with mode: 0644]
app/templates/includes/language_selector.html [new file with mode: 0644]
app/templates/includes/pagination.html [new file with mode: 0644]
app/templates/includes/search_form.html [new file with mode: 0644]
app/templates/includes/user_panel.html [new file with mode: 0644]
app/templates/index.html [new file with mode: 0644]
app/templates/pages/form.html [new file with mode: 0644]
app/templates/pages/gallery.html [new file with mode: 0644]
app/templates/pages/index.html [new file with mode: 0644]
app/templates/pages/menus/admin.html [new file with mode: 0644]
app/templates/pages/menus/breadcrumb.html [new file with mode: 0644]
app/templates/pages/menus/dropdown.html [new file with mode: 0644]
app/templates/pages/menus/footer.html [new file with mode: 0644]
app/templates/pages/menus/footer_tree.html [new file with mode: 0644]
app/templates/pages/menus/mobile.html [new file with mode: 0644]
app/templates/pages/menus/primary.html [new file with mode: 0644]
app/templates/pages/menus/tree.html [new file with mode: 0644]
app/templates/pages/page.html [new file with mode: 0644]
app/templates/pages/richtextpage.html [new file with mode: 0644]
app/templates/search_results.html [new file with mode: 0644]
app/templates/twitter/tweets.html [new file with mode: 0644]