Access sets using /set_num

This commit is contained in:
2024-02-29 13:44:28 -05:00
parent 2e2eab7d6f
commit edaaf910ca
3 changed files with 9 additions and 10 deletions

View File

@@ -32,7 +32,7 @@
<td>
{% set ns = namespace(count='') %}
<form action="/saveNumber" method="post">
<form action="/{{ tmp }}/saveNumber" method="post">
<input type="hidden" name="brick.part.part_num" value="{{ brick.part.part_num }}">
<input type="hidden" name="count" value="{{ i }}">
<input type="hidden" name="index" value="{{ loop.index0 }}">