From 90e1249cf8b4ea95427dd1ad5bed7bf3d5f79b23 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Mon, 30 Dec 2024 05:25:54 +0000 Subject: [PATCH] Add usage description to Check License UI - Also add a missing Signed-off-by: Arthit Suriyawongkul --- src/app/templates/app/check_license.html | 25 +++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/app/templates/app/check_license.html b/src/app/templates/app/check_license.html index 1f6d2eae..fbb4b56b 100644 --- a/src/app/templates/app/check_license.html +++ b/src/app/templates/app/check_license.html @@ -3,16 +3,23 @@ {% block body1 %}
-

{{ error }}

+

{{ error }}

-

Check License

-
-
- {% csrf_token %} - - -
-{% include "app/modal.html" %} +
+

Check License

+
+
+
+ {% csrf_token %} +

Enter full license text in the text area below to check it against + SPDX License List and + License Exceptions.

+

The result of the compare would be one of "Exact match", "Close match" or "No match".

+ + +
+ {% include "app/modal.html" %} +
{% endblock %} {% block script_block %}