Made diffing work locally

- Legacy-Id: 3412
This commit is contained in:
Martin Qvist 2011-09-05 11:50:12 +00:00
parent b400d48e31
commit ebafa58c21
2 changed files with 1 additions and 11 deletions

View file

@ -1,10 +0,0 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% block content %}
<h1>{{ state.state }}</h1>
{{ state.description|escape }}
<form action=".">
<input type="button" value="Back" onClick="history.go(-1);"/>
</form>
{% endblock%}

View file

@ -55,7 +55,7 @@ class DocumentInfo(models.Model):
def get_txt_url(self):
if self.type_id == "charter":
return "http://www.ietf.org/charters/"
return settings.CHARTER_TXT_URL
else:
raise NotImplemented