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/other.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 templates/issues/other.html (limited to 'templates/issues/other.html') diff --git a/templates/issues/other.html b/templates/issues/other.html new file mode 100644 index 0000000..2d4d0ee --- /dev/null +++ b/templates/issues/other.html @@ -0,0 +1,29 @@ +{% extends "issues/device.html" %} +{% load i18n %} + +{% block main %} +

{% trans "Other" %}

+

{% trans "Choose your product" %}

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