mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 22:59:30 +00:00
Fix issues with no errors showing
This commit is contained in:
@@ -13,6 +13,7 @@ password below.</p>
|
||||
|
||||
<form action="{% url sso.views.set_apipasswd %}" method="post">
|
||||
<fieldset>
|
||||
{% include "formtools/formerror.html" %}
|
||||
{% include "formtools/formfield.html" with field=form.password %}
|
||||
{% csrf_token %}
|
||||
<input type="submit" value="Reset Account" class="btn primary" />
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
<form action="" method="post">
|
||||
<fieldset>
|
||||
{% include "formtools/formerror.html" %}
|
||||
{% include "formtools/formfield.html" with field=form.email1 %}
|
||||
{% include "formtools/formfield.html" with field=form.email2 %}
|
||||
{% csrf_token %}
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<p>
|
||||
<form action="{% url sso.views.user_lookup %}" method="post">
|
||||
<fieldset>
|
||||
{% include "formtools/formerror.html" %}
|
||||
{% csrf_token %}
|
||||
<div class="clearfix">
|
||||
{{ form.type.label_tag }}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
<form action="" method="post">
|
||||
<fieldset>
|
||||
{% include "formtools/formerror.html" %}
|
||||
{% include "formtools/formfield.html" with field=form.character %}
|
||||
{% csrf_token %}
|
||||
<input type="submit" value="Change" class="btn primary" />
|
||||
|
||||
@@ -18,6 +18,7 @@ up to date, if so use the "Refresh" function.</p>
|
||||
|
||||
<form action="{% url sso.views.service_add %}" method="post">
|
||||
<fieldset>
|
||||
{% include "formtools/formerror.html" %}
|
||||
{% include "formtools/formfield.html" with field=form.character %}
|
||||
{% include "formtools/formfield.html" with field=form.service %}
|
||||
{% include "formtools/formfield.html" with field=form.password %}
|
||||
|
||||
@@ -12,6 +12,7 @@ below.</p>
|
||||
|
||||
<form action="{% url sso.views.service_reset serviceid %}" method="post">
|
||||
<fieldset>
|
||||
{% include "formtools/formerror.html" %}
|
||||
{% include "formtools/formfield.html" with field=form.password %}
|
||||
{% csrf_token %}
|
||||
<input type="submit" value="Reset Account" class="btn primary"/>
|
||||
|
||||
Reference in New Issue
Block a user