Skip to content

Commit ebafa58

Browse files
author
Martin Qvist
committed
Made diffing work locally
- Legacy-Id: 3412
1 parent b400d48 commit ebafa58

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

ietf/templates/wgrecord/state_desc.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

redesign/doc/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_file_path(self):
5555

5656
def get_txt_url(self):
5757
if self.type_id == "charter":
58-
return "http://www.ietf.org/charters/"
58+
return settings.CHARTER_TXT_URL
5959
else:
6060
raise NotImplemented
6161

0 commit comments

Comments
 (0)