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
Copy file name to clipboardExpand all lines: sopy/templates/wiki/detail.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
<divclass="row"><divclass="col-md-12">
5
5
<h2class="page-header">{% block title %}{{ page.title }}{% endblock %}</h2>
6
6
7
-
{% if item.draft %}<divclass="alert alert-warning">This page is in draft mode. Only editors can see it listed. Any user with 100 rep with the link may edit it.</div>{% endif %}
8
-
{% if item.community %}<divclass="alert alert-info">This page is in community mode. Any user with 100 rep may edit it.</div>{% endif %}
7
+
{% if page.draft %}<divclass="alert alert-warning">This page is in draft mode. Only editors can see it listed. Any user with 100 rep with the link may edit it.</div>{% endif %}
8
+
{% if page.community %}<divclass="alert alert-info">This page is in community mode. Any user with 100 rep may edit it.</div>{% endif %}
0 commit comments