]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/wiki/page.html
wiki: Rename is_watching() to is_watched_by()
[ipfire.org.git] / src / templates / wiki / page.html
index 4ccfea44627aa19ae591d487d75cdcbee5349fd5..e1567d5310f5e27146e77fa9e6c6c31e09b4981d 100644 (file)
@@ -25,7 +25,7 @@
 
        <p class="small">
                {% if current_user %}
-                       {% if page.is_watching(current_user) %}
+                       {% if page.is_watched_by(current_user) %}
                                <a href="/action/unwatch{{ page.url }}"><span class="fas fa-star" title="{{ _("Stop watching this page") }}"></span></a>
                        {% else %}
                                <a href="/action/watch{{ page.url }}"><span class="far fa-star" title="{{ _("Watch this page") }}"></span></a>