You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- customization of the legal menu
- clarified when LEGAL_URL / PRIVACY_URL are applied
- support for customizing legal CSS
- the legal app can now utilize external documents
- clarified the customization documentation
{% blocktranslate %}This page is based on the General Terms and Conditions and the Privacy Policy, you should still read the original documents to fully understand them:{% endblocktranslate %}
26
-
</p>
27
-
28
-
<ul>
29
-
<li>
30
-
<ahref="{% url 'legal:terms' %}">{% translate "General Terms and Conditions" %}</a>
{% blocktranslate %}This page is based on the General Terms and Conditions and the Privacy Policy, you should still read the original documents to fully understand them:{% endblocktranslate %}
27
+
</p>
28
+
29
+
<ul>
30
+
{% if terms_url %}
31
+
<li>
32
+
<ahref="{{ terms_url }}">{% translate "General Terms and Conditions" %}</a>
{% blocktranslate %}This page is based on the General Terms and Conditions and the Privacy Policy, you should still read the original documents to fully understand them:{% endblocktranslate %}
25
-
</p>
26
-
27
-
<ul>
28
-
<li>
29
-
<ahref="{% url 'legal:terms' %}">{% translate "General Terms and Conditions" %}</a>
{% blocktranslate %}This page is based on the General Terms and Conditions and the Privacy Policy, you should still read the original documents to fully understand them:{% endblocktranslate %}
26
+
</p>
27
+
28
+
<ul>
29
+
{% if terms_url %}
30
+
<li>
31
+
<ahref="{{ terms_url }}">{% translate "General Terms and Conditions" %}</a>
0 commit comments