summaryrefslogtreecommitdiff
path: root/templates/about/blurb.html
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2024-09-14 11:22:54 -0400
committerAdam T. Carpenter <atc@53hor.net>2024-09-14 11:22:54 -0400
commit340a804e550cb5b733bd2e64e515e79740bb6338 (patch)
tree1cfcc87357ddc144d82b942dfb84742d491d8148 /templates/about/blurb.html
parent0213fd2dcd09ca4b1252cdc45415a765a887d679 (diff)
downloadcarpentertutoring-340a804e550cb5b733bd2e64e515e79740bb6338.tar.xz
carpentertutoring-340a804e550cb5b733bd2e64e515e79740bb6338.zip
feat: impl tutors/about/team view
Diffstat (limited to 'templates/about/blurb.html')
-rw-r--r--templates/about/blurb.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/about/blurb.html b/templates/about/blurb.html
index 630cf65..4389d47 100644
--- a/templates/about/blurb.html
+++ b/templates/about/blurb.html
@@ -1,4 +1,3 @@
-<div id="{{ tutor.id() }}">
- <h2>{{ tutor.display_name() }}</h2>
- <p>{{ tutor.blurb()|markdown }}</p>
+<div id="{{ tutor.get_id() }}">
+ {{ tutor.get_blurb()|markdown }}
</div>