From 12eccde4eafd49b924db96fc79092014f74b25c3 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux
Date: Fri, 14 Apr 2023 18:15:16 +0200 Subject: [PATCH] renamed avatar macro to user, added user_info, show user info in mobile --- .../templates/pages/oauth/authorize.html.tera | 4 ++-- .../templates/pages/oauth/redirect.html.tera | 4 ++-- crates/ezidam/templates/shell.html.tera | 2 +- .../ezidam/templates/shell/header.html.tera | 19 +++++++++---------- .../{avatar.html.tera => user.html.tera} | 12 ++++++++++++ 5 files changed, 26 insertions(+), 15 deletions(-) rename crates/ezidam/templates/utils/{avatar.html.tera => user.html.tera} (71%) diff --git a/crates/ezidam/templates/pages/oauth/authorize.html.tera b/crates/ezidam/templates/pages/oauth/authorize.html.tera index ca16672..e652257 100644 --- a/crates/ezidam/templates/pages/oauth/authorize.html.tera +++ b/crates/ezidam/templates/pages/oauth/authorize.html.tera @@ -1,6 +1,6 @@ {% extends "base" %} -{% import "utils/avatar" as avatar %} +{% import "utils/user" as user %} {% block page %}
@@ -27,7 +27,7 @@