Add .article-header and .article-actions classes to view.html

This commit is contained in:
Yusur 2023-04-06 22:10:55 +02:00
parent 191e235137
commit 63a2b60f1d
6 changed files with 29 additions and 14 deletions

2
app.py
View file

@ -258,7 +258,7 @@ class Page(BaseModel):
return True
def is_owned_by(self, user):
return user.id == self.owner.id
class PageText(BaseModel):
content = BlobField()