From a078ad3aebf13885c09a1ce2d1a6bd65cf4acfc4 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 23 May 2018 00:02:02 +0200 Subject: [PATCH] Forgot to add the template :< --- app/templates/applist_history.html | 90 ++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 app/templates/applist_history.html diff --git a/app/templates/applist_history.html b/app/templates/applist_history.html new file mode 100644 index 0000000..3ad5d57 --- /dev/null +++ b/app/templates/applist_history.html @@ -0,0 +1,90 @@ +{% extends "base.html" %} +{% block content %} + +
+
+ + + + +{% endblock %}