diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 9fdd2e7..eb9196d 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -27,6 +27,9 @@ {% elif topic_error_lvl == "error" %} Please fix the below topic issue(s). + {% elif "Other" in package.license.name or "Other" in package.media_license.name %} + Please wait for the license to be added to CDB. + {% else %} {% if package.screenshots.count() == 0 %} You should add at least one screenshot, but this isn't required.
@@ -108,11 +111,6 @@ Warning: Non-free media. {% endif %} - {% if not package.approved and ("Other" in package.license.name or "Other" in package.media_license.name) %} -
- Make sure to check the specific license used here -
- {% endif %}
Name