Skip to content

Commit

Permalink
oops, need to link it as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmusante committed Oct 3, 2024
1 parent 0e585d0 commit 9972a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IFComp/root/src/admin/index.tt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
[% IF c.check_user_roles( 'cheez' ) %]
<li><a href="[% c.uri_for('/admin/validation/') %]">User Validation</a></li>
<li><a href="[% c.uri_for_action('/admin/resultscsv') %]">Download CSV of Results</a></li>
<li><a href="[% c.uri_for_action('/admin/votecsv') %]">Download a CSV of Voting Data for this year</a></li>
[% END %]
[% IF c.check_user_roles( 'prizemanager' ) %]
<li><a href="[% c.uri_for('/admin/prizes/list') %]">Prize Management</a></li>
Expand Down

0 comments on commit 9972a43

Please sign in to comment.