diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f6baf..495a5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. - Added conferences page with listing of conferences from the jilo database - Added search filter for conferences with time, ID and name - Added front page widgets +- Added demo installation on https://work.lindeas.com/jilo-web-demo/ ### Changed diff --git a/README.md b/README.md index 7b1a861..24ce3ee 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This is still not operational. Goals for v.0.1 - browsing of basic info about Jilo config and about Jitsi Meet conferences. +## demo + +To see a demo install, go to https://work.lindeas.com/jilo-web-demo/ + ## requirements - web server (deb: apache | nginx) diff --git a/public_html/pages/register.php b/public_html/pages/register.php index aae29c7..925afa1 100644 --- a/public_html/pages/register.php +++ b/public_html/pages/register.php @@ -28,6 +28,7 @@ try { $error = $e->getMessage(); } +include 'templates/message.php'; include 'templates/form-register.php'; ?>