From d157bf4e0901714ee13cb6a1ae95dd8b37097687 Mon Sep 17 00:00:00 2001 From: nsyed22 Date: Mon, 9 Dec 2024 12:35:09 -0500 Subject: [PATCH] add owner name to 423 --- templates/423.html | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/templates/423.html b/templates/423.html index c6ca15b1..d4fc9644 100644 --- a/templates/423.html +++ b/templates/423.html @@ -4,25 +4,32 @@ {% block content %}
+

Unable to Access Project

-

Please confirm your project's password settings and assigned workers.

+

Please confirm your project's password settings and assigned workers.

{% if private_instance %} -

Private GIGwork

-

Ask a project admin to ensure that you are assigned to the project.

+

Private GIGwork:Ask a project admin to ensure that you are assigned to the project.

{% else %} -

Public GIGwork

-

Ask a project admin to ensure that the project has a password set OR that you are assigned to the +

Public GIGwork: Ask a project admin to ensure that the project has a password set OR that you are assigned to the project.

{% endif %} +

+ Project Owner: + {{owner}} +


-

For Admins:

-
    -
  1. To set a project password, Navigate to Project Settings → Project Details → Project Password.
  2. -
  3. To assign workers to the project, navigate to the Assign Workers tab in the top bar of the project - page.
  4. +

    For Admins:

    +
      +
    1. To set a project password, Navigate to Project Settings → Project Details → Project Password.

    2. +
    3. To assign workers to the project, navigate to the Assign Workers tab in the top bar of the project + page.