diff --git a/assets/src/bundles/add_forge/index.js b/assets/src/bundles/add_forge/add-forge.css copy from assets/src/bundles/add_forge/index.js copy to assets/src/bundles/add_forge/add-forge.css --- a/assets/src/bundles/add_forge/index.js +++ b/assets/src/bundles/add_forge/add-forge.css @@ -5,8 +5,7 @@ * See top-level LICENSE file for more information */ -// bundle for add forge views - -export * from './create-request'; -export * from './moderation-dashboard'; -export * from './request-dashboard'; +.required-label:after { + content:"*"; + color:red; +} diff --git a/assets/src/bundles/add_forge/index.js b/assets/src/bundles/add_forge/index.js --- a/assets/src/bundles/add_forge/index.js +++ b/assets/src/bundles/add_forge/index.js @@ -7,6 +7,7 @@ // bundle for add forge views +import './add-forge.css'; export * from './create-request'; export * from './moderation-dashboard'; export * from './request-dashboard'; 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.