From 9deba5b3ca999104cbee65530881b3a7e135c668 Mon Sep 17 00:00:00 2001 From: Bryar-Frank <54441650+Bryar-Frank@users.noreply.github.com> Date: Tue, 8 Jun 2021 12:14:19 -0400 Subject: [PATCH 1/2] uses linux eol --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..527732638 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Declare files that must always have LF line endings on checkout so docker compose works on Windows +* eol=lf From 4d3c6ecca4a304ac78c56ac88c163bad06bc3cab Mon Sep 17 00:00:00 2001 From: Bryar Frank Date: Fri, 30 Jul 2021 16:06:06 -0400 Subject: [PATCH 2/2] changes direction of login to go to front page after otherRegister in RunesoneServer is merged --- .../_templates/plugin_layouts/sphinx_bootstrap/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html b/runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html index 77d19456b..5fccc16e9 100644 --- a/runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html +++ b/runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html @@ -34,7 +34,7 @@
{% if minimal_outside_links != 'True' %} - + {% else %} {% endif %} @@ -151,7 +151,7 @@ {% if minimal_outside_links != 'True' %}
  • Edit Profile
  • Change Password
  • -
  • Register
  • +
  • Register
  • {% endif %}
  • Login