You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% if item.draft %}<divclass="alert alert-warning">This page is in draft mode. Only editors and logged in users with the link may view it.</div>{% endif %}
9
+
{% if item.draft %}<divclass="alert alert-warning">This page is in draft mode. Only editors or anyone with the link may view it.</div>{% endif %}
10
10
{% if item.community %}<divclass="alert alert-info">This page is in community mode. Any logged in users may edit it.</div>{% endif %}
Copy file name to clipboardExpand all lines: sopy/templates/wiki/detail.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<divclass="row"><divclass="col-md-12">
5
5
<h2class="page-header">{% block title %}{{ page.title }}{% endblock %}</h2>
6
6
7
-
{% if page.draft %}<divclass="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 %}<divclass="alert alert-warning">This page is in draft mode. Only editors or anyone with the link may view it.</div>{% endif %}
8
8
{% if page.community %}<divclass="alert alert-info">This page is in community mode. Any logged in users may edit it.</div>{% endif %}
0 commit comments