Merge pull request 'Fix: Se corrijen etiquetas de form' (#25) from BugBotonComprarNoFunciona into main
Reviewed-on: OneTeam/don_confiao#25
This commit is contained in:
		@@ -12,13 +12,12 @@
 | 
				
			|||||||
          <table class="w-3/4 my-5 shadow-inner" style="border: solid 1px #178E79;">
 | 
					          <table class="w-3/4 my-5 shadow-inner" style="border: solid 1px #178E79;">
 | 
				
			||||||
            {{ form.as_table }}
 | 
					            {{ form.as_table }}
 | 
				
			||||||
          </table>
 | 
					          </table>
 | 
				
			||||||
          </div>
 | 
					        </div>
 | 
				
			||||||
        {% endfor %}
 | 
					        {% endfor %}
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    </form>
 | 
					      <div class="h-2/12 flex justify-center">
 | 
				
			||||||
    <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>
 | 
				
			||||||
      <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>
 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  <div class="h-full w-3/12 bg-green-400 p-5 shadow hover:shadow-lg flex flex-col gap-y-3 font-semibold justify-around">
 | 
					  <div class="h-full w-3/12 bg-green-400 p-5 shadow hover:shadow-lg flex flex-col gap-y-3 font-semibold justify-around">
 | 
				
			||||||
    <p id="sale_resume_title" class="text-center decoration-solid font-mono font-bold text-xl page_title">Resumen de Venta</p>
 | 
					    <p id="sale_resume_title" class="text-center decoration-solid font-mono font-bold text-xl page_title">Resumen de Venta</p>
 | 
				
			||||||
@@ -26,8 +25,8 @@
 | 
				
			|||||||
    {{ summary_form }}
 | 
					    {{ 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>
 | 
					    <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>
 | 
					  </div>
 | 
				
			||||||
 | 
					    </form>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					 | 
				
			||||||
<script src="https://cdn.tailwindcss.com/"></script>
 | 
					<script src="https://cdn.tailwindcss.com/"></script>
 | 
				
			||||||
<script src="{% static 'js/add_line.js' %}"></script>
 | 
					<script src="{% static 'js/add_line.js' %}"></script>
 | 
				
			||||||
<script src="{% static 'js/sale_summary.js' %}"></script>
 | 
					<script src="{% static 'js/sale_summary.js' %}"></script>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user