summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-04-05 09:00:40 +0200
committerYorhel <git@yorhel.nl>2009-04-05 09:00:40 +0200
commit27004ec37a472f632edff0669c0895a619f4fde8 (patch)
treea5f7102d069f534c1c77299d1440d787baab29d1
parent5230d90b7944028bb46f3b151d3ced5dc1779964 (diff)
Refer to the tag guidelines on requesting a new tag
-rw-r--r--lib/VNDB/Handler/Tags.pm11
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/VNDB/Handler/Tags.pm b/lib/VNDB/Handler/Tags.pm
index eb02373a..5be4c8b6 100644
--- a/lib/VNDB/Handler/Tags.pm
+++ b/lib/VNDB/Handler/Tags.pm
@@ -304,9 +304,14 @@ sub tagedit {
h1 'Requesting new tag';
div class => 'notice';
h2 'Your tag must be approved';
- p 'Because all tags have to be approved by moderators, it can take a while before it '.
- 'will show up in the tag list or on visual novel pages. You can still vote on tag even if '.
- 'it has not been approved yet, though.';
+ p;
+ txt 'Because all tags have to be approved by moderators, it can take a while before it '.
+ 'will show up in the tag list or on visual novel pages. You can still vote on tag even if '.
+ 'it has not been approved yet, though.'.
+ "\n\n";
+ lit 'Also, make sure you\'ve read the <a href="/d10">guidelines</a>, so you can predict whether '.
+ 'your tag will be accepted or not.';
+ end;
end;
end;
}