From 03eb2c9da9f492d8cb398494f05ae2ab650c698a Mon Sep 17 00:00:00 2001 From: Philippe Loctaux
Date: Fri, 14 Apr 2023 09:21:46 +0200 Subject: [PATCH] added avatar logo, based off name/username --- .../templates/pages/oauth/authorize.html.tera | 5 ++-- .../templates/pages/oauth/redirect.html.tera | 5 ++-- crates/ezidam/templates/shell.html.tera | 3 +++ .../ezidam/templates/shell/header.html.tera | 3 +-- .../ezidam/templates/utils/avatar.html.tera | 23 +++++++++++++++++++ 5 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 crates/ezidam/templates/utils/avatar.html.tera diff --git a/crates/ezidam/templates/pages/oauth/authorize.html.tera b/crates/ezidam/templates/pages/oauth/authorize.html.tera index 91b143b..ca16672 100644 --- a/crates/ezidam/templates/pages/oauth/authorize.html.tera +++ b/crates/ezidam/templates/pages/oauth/authorize.html.tera @@ -1,5 +1,7 @@ {% extends "base" %} +{% import "utils/avatar" as avatar %} + {% block page %}
@@ -25,8 +27,7 @@