diff --git a/templates/overrides/pastel-dream/auth-form.ninjatpl b/templates/overrides/pastel-dream/auth-form.ninjatpl index 3d3a0ba..4aca1a4 100644 --- a/templates/overrides/pastel-dream/auth-form.ninjatpl +++ b/templates/overrides/pastel-dream/auth-form.ninjatpl @@ -1,8 +1,4 @@ -{# pastel-dream auth-form — combined login/register in soft pastel chrome. Endpoints and panel - ids match the platform auth flow (/api/auth/login, /api/auth/register, - #auth-message, #login-panel/#register-panel). Auth state via the auth_state - provider (auth.logged_in / auth.display_name). Captcha, when enabled, is - emitted by the platform auth path. #} +{# pastel-dream auth-form — combined login/register in soft pastel chrome. Endpoints and panel ids match the platform auth flow (/api/auth/login, /api/auth/register, #auth-message, #login-panel/#register-panel). Auth state via the auth_state provider (auth.logged_in / auth.display_name). Captcha, when enabled, is emitted by the platform auth path. #} {% if auth.logged_in %}

You are logged in as {{ auth.display_name }}

diff --git a/templates/overrides/pastel-dream/auth-status.ninjatpl b/templates/overrides/pastel-dream/auth-status.ninjatpl index 4a42b1f..0844de9 100644 --- a/templates/overrides/pastel-dream/auth-status.ninjatpl +++ b/templates/overrides/pastel-dream/auth-status.ninjatpl @@ -1,6 +1,4 @@ -{# pastel-dream auth-status — header login state. Auth state via the auth_state provider; - endpoints match the platform (/login, /login?tab=register, /api/auth/logout, - /api/auth/resend-verification). #} +{# pastel-dream auth-status — header login state. Auth state via the auth_state provider; endpoints match the platform (/login, /login?tab=register, /api/auth/logout, /api/auth/resend-verification). #} {% if not auth.logged_in %}
Login diff --git a/templates/overrides/pastel-dream/page-suggestions.ninjatpl b/templates/overrides/pastel-dream/page-suggestions.ninjatpl index faaaf3a..7d91231 100644 --- a/templates/overrides/pastel-dream/page-suggestions.ninjatpl +++ b/templates/overrides/pastel-dream/page-suggestions.ninjatpl @@ -1,6 +1,4 @@ -{# pastel-dream page-suggestions — themed 404 helper. Suggestions (when the platform - provides them) list {url|slug, title, excerpt}; otherwise a friendly - hand-drawn "lost your way" panel with a route home. #} +{# pastel-dream page-suggestions — themed 404 helper. Suggestions (when the platform provides them) list {url|slug, title, excerpt}; otherwise a friendly hand-drawn "lost your way" panel with a route home. #}

Lost your way?

diff --git a/templates/overrides/pastel-dream/password-reset-form.ninjatpl b/templates/overrides/pastel-dream/password-reset-form.ninjatpl index bd5a4c6..9b1caf1 100644 --- a/templates/overrides/pastel-dream/password-reset-form.ninjatpl +++ b/templates/overrides/pastel-dream/password-reset-form.ninjatpl @@ -1,5 +1,4 @@ -{# pastel-dream password-reset-form — request panel in soft pastel chrome. Endpoint matches - the platform (/api/auth/request-password-reset, #reset-message). #} +{# pastel-dream password-reset-form — request panel in soft pastel chrome. Endpoint matches the platform (/api/auth/request-password-reset, #reset-message). #}