Cleaned HTML files

parent 797967f9
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<form action="/addorder" method="post" style="text-align:center"> <form action="/addorder" method="POST" style="text-align:center">
{% csrf_token %} {% csrf_token %}
{{form.as_p}} {{form.as_p}}
<input type="submit" value="Submit"> <input type="submit" value="Submit">
......
...@@ -35,34 +35,34 @@ ...@@ -35,34 +35,34 @@
<th>customer_name</th> <th>customer_name</th>
<th>date</th> <th>date</th>
<th>size</th> <th>size</th>
<th>base_receipe</th> <th>base_recipe</th>
<th>add_on_qty</th> <th>add_on_qty</th>
<th>add_on_name</th> <th>add_on_name</th>
</tr> </tr>
<!-- TABLE ROW WITH INFO --> <!-- TABLE ROW WITH INFO -->
<tr> <tr>
<th>2039</th> <td>2039</td>
<th>Anna Doe</th> <td>Anna Doe</td>
<th>11/13/15</th> <td>11/13/15</td>
<th>12 oz</th> <td>12 oz</td>
<th>base_receipe</th> <td>base_receipe</td>
<th>1</th> <td>1</td>
<th> <td>
mini marshmallows,<br> mini marshmallows,<br>
strawberry strawberry
</th> </td>
</tr> </tr>
<!-- TABLE ROW WITHOUT INFO --> <!-- TABLE ROW WITHOUT INFO -->
<tr> <tr>
<th>&nbsp;</th> <td>&nbsp;</td>
<th>&nbsp;</th> <td>&nbsp;</td>
<th>&nbsp;</th> <td>&nbsp;</td>
<th>&nbsp;</th> <td>&nbsp;</td>
<th>&nbsp;</th> <td>&nbsp;</td>
<th>&nbsp;</th> <td>&nbsp;</td>
<th>&nbsp;</th> <td>&nbsp;</td>
</tr> </tr>
</table> </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