added "already registered?" link to live page
authorAndrew Engelbrecht <andrew@fsf.org>
Tue, 16 Mar 2021 21:13:49 +0000 (17:13 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 16 Mar 2021 21:13:49 +0000 (17:13 -0400)
2021/assets/js/stream.js

index 428cb162cd60db522c69758a10087a044d2fd301..3482b39093845c0f03b1558d684df982b5e525e4 100644 (file)
@@ -318,7 +318,10 @@ app.view = function(ctrl) {
       m("strong", [
         m("a", { target: "_blank", href: "https://my.fsf.org/civicrm/event/info?reset=1&id=92" }, "Register"),
       ]),
-      " to access IRC rooms"
+      " to access IRC rooms. ",
+      m("strong", [
+        m("a", { href: "/2021/registered/live/" }, "Already registered?"),
+      ])
     ];
   }