Skip to content

Commit

Permalink
comment out testing functions for api because api keys are not set on…
Browse files Browse the repository at this point in the history
… GitHub actions
  • Loading branch information
taka-rl committed Oct 18, 2024
1 parent 448b26c commit e48fb23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ <h1>Register</h1>
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<!-- render your registration form here-->
{{ form.hidden_tag() }}
{{ render_form(form, novalidate=True, button_map={"submit": "primary"}) }}
</div>
</div>
Expand Down

0 comments on commit e48fb23

Please sign in to comment.