Papa notes. A few other small changes.

This commit is contained in:
Norm Rasmussen
2023-11-02 17:56:40 -04:00
parent 5b2363bae2
commit 4d20bb39d2
46 changed files with 1018 additions and 706 deletions

View File

@ -0,0 +1,12 @@
{% if current_person.signed_in?%}
<script>
window.location.replace('https://academy.front.com/app/learning_paths/32d888d8-c216-4d67-b059-605e77d902b4')
</script>
{% else %}
<script>
var path = "{% route login %}"
console.log(path)
window.location.replace(path);
</script>
{%endif%}