From e9eb2c612156894e87b9fa6584c1f8d05f932fe7 Mon Sep 17 00:00:00 2001 From: luxagraf <sng@luxagraf.net> Date: Tue, 26 Sep 2017 17:49:20 -0600 Subject: updated comments app to work with 1.11 --- app/lib/django_comments/templates/comments/base.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/lib/django_comments/templates/comments/base.html (limited to 'app/lib/django_comments/templates/comments/base.html') diff --git a/app/lib/django_comments/templates/comments/base.html b/app/lib/django_comments/templates/comments/base.html new file mode 100644 index 0000000..540c25c --- /dev/null +++ b/app/lib/django_comments/templates/comments/base.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <title>{% block title %}{% endblock %}</title> +</head> +<body> +{% block content %}{% endblock %} +</body> +</html> -- cgit v1.2.3-70-g09d2