diff --git a/app/templates/components/header.html b/app/templates/components/header.html index a6abd1282..e9d3d107d 100644 --- a/app/templates/components/header.html +++ b/app/templates/components/header.html @@ -38,7 +38,10 @@ {% set navigation = [] %} {% if FEATURE_ABOUT_PAGE_ENABLED %} -{% set navigation = navigation + [{"href": url_for('main.about_notify'), "text": "About Notify", "active": request.path == '/about'}] %} +{% set navigation = navigation + [ + {"href": url_for('main.about_notify'), "text": "About Notify", "active": request.path == '/about'}, + {"href": url_for('main.join_notify'), "text": "Join Notify", "active": request.path == '/join-notify'} +] %} {% endif %} {% endif %} diff --git a/app/templates/views/dashboard/_activity.html b/app/templates/views/dashboard/_activity.html new file mode 100644 index 000000000..e1c459004 --- /dev/null +++ b/app/templates/views/dashboard/_activity.html @@ -0,0 +1,19 @@ +