Skip to content

Commit aa79600

Browse files
committed
1 parent b8220cc commit aa79600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sopy/templates/canon/detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="row"><div class="col-md-12">
77
<h2 class="page-header">{{ item.title|markdown }}</h2>
88

9-
{% if item.draft %}<div class="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 %}<div class="alert alert-warning">This page is in draft mode. Only editors or anyone with the link may view it.</div>{% endif %}
1010
{% if item.community %}<div class="alert alert-info">This page is in community mode. Any logged in users may edit it.</div>{% endif %}
1111

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

0 commit comments

Comments
 (0)