Browse Source

Hide old-scheduled-topic message if not logged in

merge-requests/106/head
Deimos 4 years ago
parent
commit
5b1addab9f
  1. 3
      tildes/tildes/templates/topic.jinja2

3
tildes/tildes/templates/topic.jinja2

@ -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>

Loading…
Cancel
Save