0.0.234 small bug fix

This commit is contained in:
2023-11-19 14:47:21 +03:00
parent d6da292d5f
commit a3ef86ba37
6 changed files with 34 additions and 8 deletions

View File

@@ -35,7 +35,7 @@
</div>
<div class="button_register">
<button onclick="RequestCommercialOffer(this)">{% translate "Оставить заявку" %}</button>
<button id="request_btn" onclick="RequestCommercialOffer(this)">{% translate "Оставить заявку" %}</button>
</div>
</form>

View File

@@ -47,7 +47,7 @@
</div>
<div class="button_register">
<button onclick="RequestCommercialOffer(this)">{% translate "Оставить заявку" %}</button>
<button id="request_btn" onclick="RequestCommercialOffer(this)">{% translate "Оставить заявку" %}</button>
</div>
</form>