diff --git a/ietf/templates/doc/document_draft.html b/ietf/templates/doc/document_draft.html index 804480e74..8e1032c53 100644 --- a/ietf/templates/doc/document_draft.html +++ b/ietf/templates/doc/document_draft.html @@ -3,7 +3,6 @@ {% load origin %} {% load staticfiles %} {% load ietf_filters %} -{% load cache %} {% block pagehead %} @@ -548,24 +547,10 @@ {% if doc.get_state_slug == "active" or doc.get_state_slug == "rfc" %} + {{ content|safe }} {% if split_content %} - {{ content|safe }} Show full document text - {% else %} -
-
-
- {% with 1209600 as two_weeks %} - {% cache two_weeks htmlized doc.name doc.rev using="htmlized" %} -
- {{ doc.htmlized|default:"Generation of htmlized text failed"|safe }} -
- {% endcache %} - {% endwith %} -
-
-
{% endif %} {% else %} @@ -574,8 +559,7 @@
This Internet-Draft is no longer active. A copy of the expired Internet-Draft can be found at
- {% url 'ietf.doc.views_doc.document_html' name=doc.name rev=doc.rev as html_url %} - {{ html_url }} + {{doc.href}}