From 2286e75f0d46e6e75b20919e602b879ae28e103c Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Sun, 6 Dec 2015 11:13:00 +0100 Subject: [PATCH] Pimp the HTML --- resources/templates/home.html | 4 +--- resources/templates/result.html | 10 ++++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/resources/templates/home.html b/resources/templates/home.html index 1b3d4a2..dbb1133 100644 --- a/resources/templates/home.html +++ b/resources/templates/home.html @@ -5,9 +5,7 @@

Use this form to analyze a e-mail header. Just paste the whole e-mail in raw mode here and hit the analyze button. The e-mail will be analyzed and an visual representation will be generated. Use this tool o analyze e-mail problems or to see which servers, locations and companies the e-mail passed.

{% csrf-field %} -
+
diff --git a/resources/templates/result.html b/resources/templates/result.html index ced0cb5..a9981e7 100644 --- a/resources/templates/result.html +++ b/resources/templates/result.html @@ -1,3 +1,9 @@ -This is the result .... +{% extends "base.html" %} -{{ mailheader }} +{% block content %} +
+
+ {{ mailheader }} +
+
+{% endblock %}