From 99b1a7bb9c07df1046b918bd1e1edc6b10237c3d Mon Sep 17 00:00:00 2001 From: nyx Date: Sun, 9 Mar 2025 15:28:35 -0500 Subject: [PATCH] do some things --- app/templates/header.j2 | 2 +- app/templates/index.j2 | 2 +- app/templates/login.j2 | 4 ++-- app/templates/register.j2 | 26 ++++++++++++++++++++++++++ 4 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 app/templates/register.j2 diff --git a/app/templates/header.j2 b/app/templates/header.j2 index 64aaa7d..981bd44 100644 --- a/app/templates/header.j2 +++ b/app/templates/header.j2 @@ -4,4 +4,4 @@ {% macro header_login() %}
Home
Login
-{% endmacro %} +{% endmacro %} \ No newline at end of file diff --git a/app/templates/index.j2 b/app/templates/index.j2 index e289962..8d1d0b7 100644 --- a/app/templates/index.j2 +++ b/app/templates/index.j2 @@ -1,5 +1,5 @@ {% from 'header.j2' import header_home %} - + diff --git a/app/templates/login.j2 b/app/templates/login.j2 index 540aca5..5eaf4eb 100644 --- a/app/templates/login.j2 +++ b/app/templates/login.j2 @@ -1,5 +1,5 @@ {% from 'header.j2' import header_login %} - + @@ -23,4 +23,4 @@ size="10" /> - + \ No newline at end of file diff --git a/app/templates/register.j2 b/app/templates/register.j2 new file mode 100644 index 0000000..c1e47cd --- /dev/null +++ b/app/templates/register.j2 @@ -0,0 +1,26 @@ +{% from 'header.j2' import header_login %} + + + + + {{ header_login() }} +
+

+ Login to {{ instanceName }}'s Nyxask! +

+ + +
+ + +
+ +