summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Prelude.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-07-31 14:00:24 +0200
committerYorhel <git@yorhel.nl>2020-08-07 12:36:58 +0200
commit9d9e077476c9028462e32f054bb6b5b1201e32a4 (patch)
tree05131636a3368ac8ddc19ab2e2b1999a6ab086cb /lib/VNWeb/Prelude.pm
parentafe7f9874ee797a974fc66abc3a9c735e7b22ab3 (diff)
reviews: Add submit/edit forms
Diffstat (limited to 'lib/VNWeb/Prelude.pm')
-rw-r--r--lib/VNWeb/Prelude.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNWeb/Prelude.pm b/lib/VNWeb/Prelude.pm
index 79012c8b..e202974c 100644
--- a/lib/VNWeb/Prelude.pm
+++ b/lib/VNWeb/Prelude.pm
@@ -93,6 +93,7 @@ our %RE = (
did => qr{d$id},
tid => qr{(?<id>t$num)},
gid => qr{g$id},
+ wid => qr{(?<id>w$num)},
imgid=> qr{(?<id>(?:ch|cv|sf)$num)},
vrev => qr{v$id$rev?},
rrev => qr{r$id$rev?},