Fixes embed view

This commit is contained in:
Mouse Reeve 2022-01-18 14:27:19 -08:00
parent 93caa95855
commit 8b8314f736
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,6 @@
{% extends 'embed-layout.html' %}
{% load i18n %}
{% load book_display_tags %}
{% load rating_tags %}
{% load group_tags %}
{% load markdown %}

View file

@ -26,7 +26,6 @@ class FeedPageTags(TestCase):
)
self.book = models.Edition.objects.create(title="Test Book")
@patch("bookwyrm.models.activitypub_mixin.broadcast_task.apply_async")
def test_load_subclass(self, *_):
"""get a status' real type"""