Add .article-header and .article-actions classes to view.html
This commit is contained in:
parent
191e235137
commit
63a2b60f1d
6 changed files with 29 additions and 14 deletions
2
app.py
2
app.py
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue