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
Copy file name to clipboardExpand all lines: docs/changes.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Weblate 2026.7
9
9
10
10
* Management interface access control is now more fine-grained with dedicated site-wide permissions.
11
11
* Default commit and merge request message templates now use Conventional Commits, and settings forms can restore installation defaults for individual message templates.
12
+
* Documented :ref:`legal` customizations and added options to hide legal pages or disable document numbering.
{% 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