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