Stupid line endings.

This commit is contained in:
Chris Giacofei 2024-06-21 07:21:38 -04:00
parent 12fca700da
commit 2f33a27e47
3 changed files with 54 additions and 70 deletions

View File

@ -11,26 +11,10 @@ Add Batch
{% endblock %}
{% block content %}
<div class="container">
<form action="" method="post">{% csrf_token %}
<form action="" method="post">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Submit" />
</form>
<!-- <form action="addbatch/" method="post">
{% csrf_token %}
production_date:<br>
<input name="production_date">
<br><br>
strain:<br>
<input name="strain">
<br><br>
source:<br>
<input name="source">
<br><br>
data_web:<br>
<input name="data_web">
<br><br>
<input type="submit" value="Submit">
</form> -->
</div>
{% endblock %}