From 0213fd2dcd09ca4b1252cdc45415a765a887d679 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 9 Sep 2024 22:28:33 -0400 Subject: feat: teams and blurbs but lots of todos --- templates/about/figure.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/about/figure.html (limited to 'templates/about/figure.html') diff --git a/templates/about/figure.html b/templates/about/figure.html new file mode 100644 index 0000000..2b8e308 --- /dev/null +++ b/templates/about/figure.html @@ -0,0 +1,8 @@ +
+ + + + {{ tutor.display_name() }} + +
{{ tutor.display_name() }}
+
-- cgit v1.2.3 From 340a804e550cb5b733bd2e64e515e79740bb6338 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 14 Sep 2024 11:22:54 -0400 Subject: feat: impl tutors/about/team view --- templates/about/figure.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/about/figure.html') diff --git a/templates/about/figure.html b/templates/about/figure.html index 2b8e308..4a4c365 100644 --- a/templates/about/figure.html +++ b/templates/about/figure.html @@ -1,8 +1,8 @@
- - - {{ tutor.display_name() }} + + + {{ tutor.get_name() }} -
{{ tutor.display_name() }}
+
{{ tutor.get_name() }}
-- cgit v1.2.3 From d85d3b410c038322f155319a2fd5941d15b0e886 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 14 Sep 2024 21:24:02 -0400 Subject: fix: odds and ends --- templates/about/figure.html | 1 - 1 file changed, 1 deletion(-) (limited to 'templates/about/figure.html') diff --git a/templates/about/figure.html b/templates/about/figure.html index 4a4c365..168aa4e 100644 --- a/templates/about/figure.html +++ b/templates/about/figure.html @@ -4,5 +4,4 @@ {{ tutor.get_name() }} -
{{ tutor.get_name() }}
-- cgit v1.2.3