Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Timeouts: Allow users to accept mod invitation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lee authored and xiongchiamiov committed Nov 12, 2015
1 parent 96011cf commit 80d43a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion r2/r2/templates/modlisting.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
question=_("become a moderator of %s?" % ("/r/" + c.site.name)),
format=_('you are invited to become a moderator. %(action)s'),
format_arg='action',
_class=thing.type + ' accept-invite')}
_class=thing.type + ' accept-invite',
access_required=False)}
%endif

%if thing.addable and thing.has_add_form:
Expand Down

0 comments on commit 80d43a5

Please sign in to comment.