Listing and editing cards.

This commit is contained in:
John Washam
2016-06-30 22:19:16 -07:00
parent 00281ca2bf
commit 8edeefbf74
6 changed files with 81 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='style.css') }}" />
<!-- I know this doesn't belong in head, but I have script in a template that needs to have jQuery -->
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/8cea844162.js"></script>
</head>
<body>
<div class="container">