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/thanks.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'templates/issues/thanks.html') diff --git a/templates/issues/thanks.html b/templates/issues/thanks.html index e69de29..0803d57 100644 --- a/templates/issues/thanks.html +++ b/templates/issues/thanks.html @@ -0,0 +1,18 @@ +{% extends "issues/index.html" %} +{% load i18n %} + +{% block nav %} +
  • {% trans "Product" %}
  • +
  • {% trans "Issue" %}
  • +
  • {% trans "Your info" %}
  • +
  • {% trans "Done" %}
  • +{% endblock nav %} + +{% block main %} +
    +

    {% trans "Thanks!" %}

    +
    +

    Put description here...

    + {% trans "Restart" %} +
    +{% endblock main %} -- cgit v1.2.3