[bug 651851] Show an advisory message when viewing an archived article.

This commit is contained in:
Erik Rose 2011-04-28 17:33:20 -07:00
Родитель 0ce6d313fc
Коммит 19f99531a0
1 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -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 %}