Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
TPA
Anonymous Ticket Portal
Commits
7900ec1a
Commit
7900ec1a
authored
Feb 11, 2021
by
ViolanteCodes
Browse files
Created rate_limit template
parent
f183aff8
Changes
1
Hide whitespace changes
Inline
Side-by-side
anonticket/templates/anonticket/rate_limited.html
0 → 100644
View file @
7900ec1a
{% extends 'shared/layout.html' %}
{% load static %}
{% block h3 %}
Anon Ticket
{% endblock %}
{% block subheader %}
Anonymous Ticket Reporting for GitLab
{% endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col-12 pr-5"
>
<p
class=
"pr-5 alert alert-primary"
>
Access Denied: 403 Forbidden. (Too Many Attempts)
</p>
<p
class=
"pr-5"
>
If you're seeing this message, it's because we've received too many attempts to create
issues, notes, or other GitLab objects in a short period of time. This sometimes
happens if the system is under attack or being spammed.
</p>
<p
class=
"pr-5"
>
If you are trying to make a legitimate issue, note, or Gitlab account request,
<mark>
please use your browser's back button
</mark>
to return to your form.
Your form should still be filled out, and you can attempt to resubmit
after waiting at least X minutes.
</p>
<p
class=
"pr-5"
>
Sorry for any inconvenience caused!
</p>
</div>
</div>
{% endblock %}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment