summary refs log tree commit diff stats
path: root/theme/quotes/add.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/quotes/add.tpl')
-rwxr-xr-xtheme/quotes/add.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/quotes/add.tpl b/theme/quotes/add.tpl index 6c45876..f55615d 100755 --- a/theme/quotes/add.tpl +++ b/theme/quotes/add.tpl
@@ -9,6 +9,10 @@
9 Also, there is no need to press the submit button again. You're quote has already been sent.</p> 9 Also, there is no need to press the submit button again. You're quote has already been sent.</p>
10<!--END SUBMITTED--> 10<!--END SUBMITTED-->
11 11
12<!--BEGIN ERROR-->
13 <p class="light-at-night">Sorry, for the time being, because of the massive problem we are having with spam, anonymous submission of quotes is disabled. If you have an account, you can still log in and submit a quote.</p>
14<!--END ERROR-->
15
12<form action="/quotes/add.php?submit=" method="POST"> 16<form action="/quotes/add.php?submit=" method="POST">
13 <textarea cols="80" rows="5" name="rash_quote"></textarea><br /> 17 <textarea cols="80" rows="5" name="rash_quote"></textarea><br />
14 <input type="submit" value="Add Quote!" /> 18 <input type="submit" value="Add Quote!" />