mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
Hide old-scheduled-topic message if not logged in
This commit is contained in:
@@ -288,7 +288,8 @@
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
{% elif topic.was_posted_by_scheduler
|
||||
{% elif request.user
|
||||
and topic.was_posted_by_scheduler
|
||||
and topic.schedule.only_new_top_level_comments_in_latest
|
||||
and topic != topic.schedule.latest_topic %}
|
||||
<div class="divider"></div>
|
||||
|
||||
Reference in New Issue
Block a user