From e6c5800b8f73b1a4d64b6f38d0b7efbade111f8e Mon Sep 17 00:00:00 2001 From: InigoAllende Date: Tue, 4 Aug 2026 16:13:22 +0200 Subject: [PATCH] added disclaimer to submit form --- static/css/1.1/base.css | 6 +++++- templates/submit.html | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/static/css/1.1/base.css b/static/css/1.1/base.css index 8942d1a..bce10a9 100644 --- a/static/css/1.1/base.css +++ b/static/css/1.1/base.css @@ -240,4 +240,8 @@ textarea { p.error { color: #f65994; -} \ No newline at end of file +} + +p.info { + opacity: 0.6; +} diff --git a/templates/submit.html b/templates/submit.html index 2cc9810..8b1f781 100644 --- a/templates/submit.html +++ b/templates/submit.html @@ -49,7 +49,8 @@

{{ error }}

{% endfor %}
- {{ form.store_link.label }}
+ {{ form.store_link.label }} +

We will use this to promote your game in future events and showcase pages.

{{ form.store_link(size=100) }}
{% for error in form.store_link.errors %}

{{ error }}