In the document-history template, the use of doc.canonical_name caused bad links for /feed/document-changes/* for charter documents. Changed to use doc.name instead, which gave no errors with the test-crawler.

- Legacy-Id: 8395
This commit is contained in:
Henrik Levkowetz 2014-10-13 20:14:03 +00:00
parent ce1abf4a7d
commit 0a5a8bc3d9

View file

@ -6,7 +6,7 @@
{% block pagehead %}
<link rel="stylesheet" type="text/css" href="/css/doc.css"></link>
<link rel="alternate" type="application/atom+xml" href="/feed/document-changes/{{ doc.canonical_name }}/" />
<link rel="alternate" type="application/atom+xml" href="/feed/document-changes/{{ doc.name }}/" />
{% endblock %}
{% block content %}