Moves meta tags out of p tags

I guess that's not kosher
This commit is contained in:
Mouse Reeve
2021-10-01 10:22:30 -07:00
parent 428d87a351
commit 74d2cf646a
3 changed files with 16 additions and 16 deletions

View File

@ -47,7 +47,6 @@ class EditBookViews(TestCase):
models.SiteSettings.objects.create()
def test_edit_book_page(self):
"""there are so many views, this just makes sure it LOADS"""
view = views.EditBook.as_view()