mirror of
https://github.com/Rushilwiz/launchx.git
synced 2025-04-05 12:40:18 -04:00
fix: removed optional from field
This commit is contained in:
parent
81ff933e85
commit
0725c84f02
|
@ -84,7 +84,7 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset class="container col reciept">
|
<fieldset class="container col reciept">
|
||||||
<legend class="team-header row">
|
<legend class="team-header row">
|
||||||
Team Payment (Optional)
|
Team Payment
|
||||||
<button class="btn btn-light" type="button" id="payment-modal-open">How do I pay?</button>
|
<button class="btn btn-light" type="button" id="payment-modal-open">How do I pay?</button>
|
||||||
</legend>
|
</legend>
|
||||||
<div class="form-floating row">
|
<div class="form-floating row">
|
||||||
|
@ -106,4 +106,4 @@
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -64,4 +64,4 @@ def send_confirmation(request, team, members):
|
||||||
email.send(fail_silently=False)
|
email.send(fail_silently=False)
|
||||||
|
|
||||||
def confirm(request):
|
def confirm(request):
|
||||||
return render(request, 'innovate/confirm.html')
|
return render(request, 'innovate/confirm.html')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user