|
|
|
@ -4,6 +4,8 @@
|
|
|
|
|
<div class="container">
|
|
|
|
|
<h1 class="page-header">Stacks</h1>
|
|
|
|
|
<p>These are all the stacks that have been built so far.</p>
|
|
|
|
|
<p><a href= {{ url_for('add_stack') }}>Add a new stack</a></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
|
|
|
|
@ -26,19 +28,7 @@
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
<h1 class='page-header'><a href= {{ url_for('add_stack') }}>Add Stack</a></h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
<div id="draggable" class="ui-widget-content">
|
|
|
|
|
<p>List of books</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="droppable" class="ui-widget-header">
|
|
|
|
|
<p>Stack</p>
|
|
|
|
|
</div>
|
|
|
|
|
-->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|