Skip to content

Commit

Permalink
Merge pull request #259 from ros-infrastructure/tfoote-whitelist-loca…
Browse files Browse the repository at this point in the history
…tion

Update for new whitelist request issue
  • Loading branch information
tfoote authored Nov 29, 2018
2 parents ad4c0e7 + 1c2574f commit aec4fd8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit aec4fd8

Please sign in to comment.