assembly t&c translation

This commit is contained in:
Laura Klünder 2023-12-26 19:03:18 +01:00
parent e4c184d5a5
commit c039184f3b
2 changed files with 211 additions and 184 deletions

File diff suppressed because it is too large Load diff

View file

@ -10,9 +10,9 @@
{% csrf_token %}
{% include 'site/fragment_report_meta.html' %}
{{ form.as_p }}
<p><input type="checkbox" required="required" style="margin-bottom: 0"> I understand that if i report an issue related to an assembly,
<p><input type="checkbox" required="required" style="margin-bottom: 0"> {% blocktrans trimmed %}I understand that if i report an issue related to an assembly,
all that will happen is that i owe each member on the c3nav team one bottle of mate.
I can avoid this by contacting the assembly team, which will actually be able to fix my issue.</p>
I can avoid this by contacting the assembly team, which will actually be able to fix my issue.{% endblocktrans %}</p>
<button type="submit">{% trans 'Submit' %}</button>
</form>
</main>