Made diffing work locally
- Legacy-Id: 3412
This commit is contained in:
parent
b400d48e31
commit
ebafa58c21
|
@ -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%}
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue