Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: appengine/monorail/templates/framework/excessive-activity-page.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [include "../framework/master-header.ezt" "hidetabs"]
2
3 <h3>Action Limit Exceeded</h3>
4
5 <h4>What happened?</h4>
6
7 <div style="width:60em">
8
9 <p>You have performed the requested action too many times in a 24-hour
10 time period. Or, you have performed the requested action too many
11 times since the creation of your account.</p>
12
13 <p>We place limits on the number of actions that can be performed by
14 each user in order to reduce the potential for abuse. We feel that we have set
15 these limits high enough that legitimate use will very rarely
16 reach them. Without these limits, a few abusive users could degrade
17 the quality of this site for everyone.</p>
18
19
20 <div style="margin:2em" class="help">
21 <b style="margin:0.5em">Your options:</b>
22
23 <ul>
24 <li>Wait 24 hours and then try this action again.</li>
25 <li>Ask another member of your project to perform the action for you.</li>
26 <li><a href="mailto:[feedback_email]">Contact us</a> for further assistance.< /li>
27 </ul>
28 </div>
29
30 </div>
31 [include "../framework/master-footer.ezt"]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698