diff options
Diffstat (limited to 'hyperkitty/templates/threads')
-rw-r--r-- | hyperkitty/templates/threads/right_col.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 60bed09..355663d 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -27,7 +27,7 @@ {% csrf_token %} <input type="hidden" name="action" value="{{ fav_action }}" /> <p> - <a href="#AddFav" class="notsaved">Add to favorite discussions</a> + <a href="#AddFav" class="notsaved{% if not user.is_authenticated %} disabled" title="You must be logged-in to have favorites.{% endif %}">Add to favorite discussions</a> <a href="#RmFav" class="saved">Remove from favorite discussions</a> </p> </form> |