Compare commits

..

No commits in common. "0b5163c68049ef04fc8a378f0881b26d3d9c76b6" and "77361c13dbc4ac4f7a167dc23c8df9705bb3d3c0" have entirely different histories.

View File

@ -15,6 +15,7 @@
</div>
{% endfor %}
</div>
</form>
<div class="h-2/12 flex justify-center">
<button id="add_line" type="button" class="bg-yellow-400 shadow hover:shadow-lg py-2 px-5 rounded-full font-bold hover:bg-violet-200 ease-in duration-150" onclick="add_line">Añadir Linea</button>
</div>
@ -25,8 +26,8 @@
{{ summary_form }}
<button class="font-bold my-10 py-2 px-4 rounded-full bg-yellow-400 shadow hover:shadow-lg hover:bg-violet-200 ease-in duration-150" name="form" type="submit" >Comprar</button>
</div>
</form>
</div>
<script src="https://cdn.tailwindcss.com/"></script>
<script src="{% static 'js/add_line.js' %}"></script>
<script src="{% static 'js/sale_summary.js' %}"></script>