From 1bbfb4a44d42aca151f60a614ebeffbd44ef6e4d Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 27 Nov 2013 13:35:55 +0200 Subject: A bunch of fixes --- templates/issues/ipod.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/issues/ipod.html (limited to 'templates/issues/ipod.html') diff --git a/templates/issues/ipod.html b/templates/issues/ipod.html new file mode 100644 index 0000000..0c34c5b --- /dev/null +++ b/templates/issues/ipod.html @@ -0,0 +1,20 @@ +{% extends "issues/device.html" %} +{% load i18n %} + +{% block main %} +

{% trans "iPod" %}

+
+ + +
+{% endblock main %} -- cgit v1.2.3