Skip to content

Commit c7e9322

Browse files
committed
Remove form to create API Keys
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 060e20f commit c7e9322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vulnerabilities/templates/api_user_creation_form.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 class="subtitle mb-0 pt-2 mb-2">
3535
</section>
3636

3737
<br/>
38-
<form action = "" method = "post">
38+
<!-- <form action = "" method = "post">
3939
{% csrf_token %}
4040
{% for field in form %}
4141
<div class="field mt-2">
@@ -46,6 +46,6 @@ <h2 class="subtitle mb-0 pt-2 mb-2">
4646
</div>
4747
{% endfor %}
4848
<input class="button is-link mt-5" type="submit" value="Request my API Key">
49-
</form>
49+
</form> -->
5050
</section>
5151
{% endblock %}

0 commit comments

Comments
 (0)