diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-09-14 11:22:54 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-09-14 11:22:54 -0400 |
commit | 340a804e550cb5b733bd2e64e515e79740bb6338 (patch) | |
tree | 1cfcc87357ddc144d82b942dfb84742d491d8148 /templates/post.html | |
parent | 0213fd2dcd09ca4b1252cdc45415a765a887d679 (diff) | |
download | carpentertutoring-340a804e550cb5b733bd2e64e515e79740bb6338.tar.xz carpentertutoring-340a804e550cb5b733bd2e64e515e79740bb6338.zip |
feat: impl tutors/about/team view
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html index 57964e9..8346f16 100644 --- a/templates/post.html +++ b/templates/post.html @@ -2,7 +2,7 @@ <html> <body> <article> - {{ article|markdown }} + {{ post.get_article()|markdown }} </article> </body> </html> |