summaryrefslogtreecommitdiff
path: root/templates/api_keys.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/api_keys.html')
-rw-r--r--templates/api_keys.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/api_keys.html b/templates/api_keys.html
index cd4d274..018fda3 100644
--- a/templates/api_keys.html
+++ b/templates/api_keys.html
@@ -28,12 +28,5 @@
<h2>generate key.</h2>
<hr>
<input type="submit" value="generate." />
- {{ if .FormError }}
- {{ if (len .FormError.Errors) }}
- {{ range $error := .FormError.Errors }}
- <div class="error">{{ $error }}</div>
- {{ end }}
- {{ end }}
- {{ end }}
</form>
{{ end }}