From 93d3e4effa516caa0f14f0969aa3d6d3d0ae250b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 7 Sep 2016 11:43:58 +0200 Subject: [PATCH] Removed accidentally checked-in file --- attract/templates/attract/index.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 attract/templates/attract/index.html diff --git a/attract/templates/attract/index.html b/attract/templates/attract/index.html deleted file mode 100644 index 6efbb9a..0000000 --- a/attract/templates/attract/index.html +++ /dev/null @@ -1,6 +0,0 @@ - -{% extends 'layout.html' %} -{% block page_title %}Attract{% endblock %} -{% block body %} -

Attract

-

This is Attract. Templates are found.

{% endblock %} \ No newline at end of file