Cleaned HTML files

parent 797967f9
......@@ -7,7 +7,7 @@
{% endblock %}
{% block content %}
<form action="/addorder" method="post" style="text-align:center">
<form action="/addorder" method="POST" style="text-align:center">
{% csrf_token %}
{{form.as_p}}
<input type="submit" value="Submit">
......
......@@ -35,34 +35,34 @@
<th>customer_name</th>
<th>date</th>
<th>size</th>
<th>base_receipe</th>
<th>base_recipe</th>
<th>add_on_qty</th>
<th>add_on_name</th>
</tr>
<!-- TABLE ROW WITH INFO -->
<tr>
<th>2039</th>
<th>Anna Doe</th>
<th>11/13/15</th>
<th>12 oz</th>
<th>base_receipe</th>
<th>1</th>
<th>
<td>2039</td>
<td>Anna Doe</td>
<td>11/13/15</td>
<td>12 oz</td>
<td>base_receipe</td>
<td>1</td>
<td>
mini marshmallows,<br>
strawberry
</th>
</td>
</tr>
<!-- TABLE ROW WITHOUT INFO -->
<tr>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment