зеркало из https://github.com/mozilla/kitsune.git
[bug 651851] Show an advisory message when viewing an archived article.
This commit is contained in:
Родитель
0ce6d313fc
Коммит
19f99531a0
|
@ -42,6 +42,16 @@
|
|||
{% endtrans %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if document.is_archived %}
|
||||
<div class="warning-box">
|
||||
<p>
|
||||
{% trans %}
|
||||
This article is no longer maintained, so its content might be out
|
||||
of date.
|
||||
{% endtrans %}
|
||||
</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
{%- endmacro %}
|
||||
|
||||
{% macro document_content(document, fallback_reason, request, settings) -%}
|
||||
|
@ -95,4 +105,4 @@
|
|||
{% endtrans %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{%- endmacro %}
|
||||
{%- endmacro %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче