Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for new whitelist request issue #259

Merged
merged 1 commit into from
Nov 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion theme/rostheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def header(self, d):
help_to_edit_string = self.emit_custom_html( """<div class="alert alert-info" role="alert">
<span class="glyphicon glyphicon-lock" aria-hidden="true"></span>
<span class="sr-only">Note:</span>
Hi there, %s! In an effort to combat spam, we require that users be added to a whitelist to gain edit permissions. To gain edit permissions for yourself, please comment on <a href=\"https://github.com/ros-infrastructure/roswiki/issues/139\" class="alert-link">this GitHub ticket</a> with your wiki UserName, '%s', to be added to the whitelist. Thanks for your patience and support.
Hi there, %s! In an effort to combat spam, we require that users be added to a whitelist to gain edit permissions. To gain edit permissions for yourself, please comment on <a href=\"https://github.com/ros-infrastructure/roswiki/issues/258\" class="alert-link">this GitHub ticket</a> with your wiki UserName, '%s', to be added to the whitelist. Thanks for your patience and support.
</div>""" % (self.request.user.name, self.request.user.name))

html = [
Expand Down