Skip to content

Commit b8220cc

Browse files
committed
1 parent 6c0153b commit b8220cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sopy/templates/wiki/detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="row"><div class="col-md-12">
55
<h2 class="page-header">{% block title %}{{ page.title }}{% endblock %}</h2>
66

7-
{% if page.draft %}<div class="alert alert-warning">This page is in draft mode. Only editors or any logged in users with the link may view it.</div>{% endif %}
7+
{% if page.draft %}<div class="alert alert-warning">This page is in draft mode. Only editors or anyone with the link may view it.</div>{% endif %}
88
{% if page.community %}<div class="alert alert-info">This page is in community mode. Any logged in users may edit it.</div>{% endif %}
99

1010
<ul class="list-inline pull-right">

0 commit comments

Comments
 (0)