diff --git a/lib/pause_2017/templates/public/admin.html.ep b/lib/pause_2017/templates/public/admin.html.ep index 4b2a11ad7..920f5142e 100644 --- a/lib/pause_2017/templates/public/admin.html.ep +++ b/lib/pause_2017/templates/public/admin.html.ep @@ -1,7 +1,6 @@ % layout 'layout'; % my $pause = stash(".pause") || {}; -
Query the grouptable
table for who is an admin bit holder
Registered admins: <%= join ", ", @{$pause->{admins} || []} %>
"YAML") %>" style="text-decoration: none;">
Query the Registered pumpkins: <%= join ", ", @{$pause->{pumpkins} || []} %> "YAML") %>" style="text-decoration: none;">
Query the Registration comes in one of two types: type
first-come is the automatic registration on a
first-come-first-serve basis that happens on the initial
diff --git a/lib/pause_2017/templates/user/perms/peek.html.ep b/lib/pause_2017/templates/user/perms/peek.html.ep
index d0d0d5ea8..04a13ad37 100644
--- a/lib/pause_2017/templates/user/perms/peek.html.ep
+++ b/lib/pause_2017/templates/user/perms/peek.html.ep
@@ -1,12 +1,6 @@
% layout 'layout';
% my $pause = stash(".pause") || {};
- Query the Registration comes in one of two types: type
first-come is the automatic registration on a
first-come-first-serve basis that happens on the initial
grouptable
table for who is a pumpkin bit holderperms
table by author or by
-distribution. Select the option and fill in a distribution name or
-user ID as appropriate. The answer is all distributions that an
-user ID is registered for or all user IDs registered for a
-distribution, as appropriate.perms
table by author or by
-module. Select the option and fill in a module name or
-user ID as appropriate. The answer is all modules that an
-user ID is registered for or all user IDs registered for a
-module, as appropriate.