mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 14:49:31 +00:00
Fix issues with no errors showing
This commit is contained in:
@@ -12,11 +12,9 @@
|
||||
<form action="{% url eve_api.views.eveapi_add %}" method="post">
|
||||
|
||||
<fieldset>
|
||||
|
||||
{% include "formtools/formerror.html" %}
|
||||
{% include "formtools/formfield.html" with field=form.api_user_id %}
|
||||
{% include "formtools/formfield.html" with field=form.api_key class="xxlarge"%}
|
||||
<!--{% include "formtools/formfield.html" with field=form.description %}-->
|
||||
|
||||
{% csrf_token %}
|
||||
<input type="submit" value="Add API Key" class="btn primary"/>
|
||||
</fieldset>
|
||||
|
||||
@@ -11,11 +11,10 @@
|
||||
|
||||
<form action="{% url eveapi-update acc.api_user_id %}" method="post">
|
||||
<fieldset>
|
||||
|
||||
{% include "formtools/formerror.html" %}
|
||||
{% include "formtools/formfield.html" with field=form.api_user_id %}
|
||||
{% include "formtools/formfield.html" with field=form.api_key class="xxlarge" %}
|
||||
{% include "formtools/formfield.html" with field=form.description class="xxlarge" %}
|
||||
|
||||
{% csrf_token %}
|
||||
<input type="submit" value="Add API Key" class="btn primary"/>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user