From 8782fbe4766dc57e517eec622879d672d6d68378 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 19 Nov 2013 16:44:56 +0200 Subject: switch --- templates/issues/welcome.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/issues/welcome.html (limited to 'templates/issues/welcome.html') diff --git a/templates/issues/welcome.html b/templates/issues/welcome.html new file mode 100644 index 0000000..38c0dcd --- /dev/null +++ b/templates/issues/welcome.html @@ -0,0 +1,15 @@ +{% extends "issues/index.html" %} +{% load i18n %} + +{% block main %} +
+ {% csrf_token %} +
+ + +
+ +
+{% endblock main %} -- cgit v1.2.3