We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060e20f commit c7e9322Copy full SHA for c7e9322
vulnerabilities/templates/api_user_creation_form.html
@@ -35,7 +35,7 @@ <h2 class="subtitle mb-0 pt-2 mb-2">
35
</section>
36
37
<br/>
38
- <form action = "" method = "post">
+ <!-- <form action = "" method = "post">
39
{% csrf_token %}
40
{% for field in form %}
41
<div class="field mt-2">
@@ -46,6 +46,6 @@ <h2 class="subtitle mb-0 pt-2 mb-2">
46
</div>
47
{% endfor %}
48
<input class="button is-link mt-5" type="submit" value="Request my API Key">
49
- </form>
+ </form> -->
50
51
{% endblock %}
0 commit comments