diff --git a/assets/src/bundles/webapp/webapp.css b/assets/src/bundles/webapp/webapp.css --- a/assets/src/bundles/webapp/webapp.css +++ b/assets/src/bundles/webapp/webapp.css @@ -762,3 +762,8 @@ .invalid-feedback { font-size: 100%; } + +.swh-required-label:after { + content: "*"; + color: #FF0000; +} diff --git a/swh/web/templates/add_forge_now/create-request.html b/swh/web/templates/add_forge_now/create-request.html --- a/swh/web/templates/add_forge_now/create-request.html +++ b/swh/web/templates/add_forge_now/create-request.html @@ -63,7 +63,7 @@ {% csrf_token %}
- + Remote URL of the forge to list. @@ -85,7 +85,7 @@
- + Name of the Forge administrator. @@ -93,7 +93,7 @@
- + Email of the forge administrator. The given email address will not be used for any purpose outside the “add forge now” process. diff --git a/swh/web/templates/add_forge_now/request-dashboard.html b/swh/web/templates/add_forge_now/request-dashboard.html --- a/swh/web/templates/add_forge_now/request-dashboard.html +++ b/swh/web/templates/add_forge_now/request-dashboard.html @@ -96,7 +96,7 @@ {% csrf_token %}
- +
@@ -104,10 +104,10 @@
- + - Enter any comment related to your decision. + Enter a comment related to your decision.