From d6b00ca7900eeda840f30e0d7615c24505372894 Mon Sep 17 00:00:00 2001 From: wagoodman Date: Fri, 23 Dec 2016 17:42:07 -0500 Subject: fixed bytes to string issue and removed template file --- templates/diff_template.html | 77 -------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 templates/diff_template.html (limited to 'templates') diff --git a/templates/diff_template.html b/templates/diff_template.html deleted file mode 100644 index df86e70..0000000 --- a/templates/diff_template.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - %(html_title)s - - - - - - - - - -
-
- %(page_title)s -
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
-
-
-
- ❬ Original -
-
- 01234567890123456789012345678901234567890123456789012345678901234567890123456789 -
- %(original_code)s -
-
-
- ❭ Modified -
-
- 01234567890123456789012345678901234567890123456789012345678901234567890123456789 -
- %(modified_code)s -
-
- - - - -- cgit