From 58f90801375b15ee9aac7f5507004d00bccf825c Mon Sep 17 00:00:00 2001 From: Thayol Date: Mon, 19 Jul 2021 20:34:46 +0200 Subject: [PATCH] GitHub link moved to a separate file --- templates/github-link.html | 1 + templates/login-form.html | 2 +- templates/navbar.html | 2 +- templates/register-form.html | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 templates/github-link.html diff --git a/templates/github-link.html b/templates/github-link.html new file mode 100644 index 0000000..0800f6a --- /dev/null +++ b/templates/github-link.html @@ -0,0 +1 @@ +

GitHub

\ No newline at end of file diff --git a/templates/login-form.html b/templates/login-form.html index c8977a4..e6ede9f 100644 --- a/templates/login-form.html +++ b/templates/login-form.html @@ -17,5 +17,5 @@

Don't have an account? Sign up!

-

GitHub

+ {{ GITHUB_LINK }} \ No newline at end of file diff --git a/templates/navbar.html b/templates/navbar.html index 8a4b951..86c52a0 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -13,5 +13,5 @@ -

GitHub

+ {{ GITHUB_LINK }} \ No newline at end of file diff --git a/templates/register-form.html b/templates/register-form.html index 5cf545a..8d8b03f 100644 --- a/templates/register-form.html +++ b/templates/register-form.html @@ -21,5 +21,5 @@

Have an account? Log in!

-

GitHub

+ {{ GITHUB_LINK }} \ No newline at end of file