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/welcome.html | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'templates/issues/welcome.html') diff --git a/templates/issues/welcome.html b/templates/issues/welcome.html index 38c0dcd..daef11b 100644 --- a/templates/issues/welcome.html +++ b/templates/issues/welcome.html @@ -1,15 +1,22 @@ {% extends "issues/index.html" %} +{% load bootstrap3 %} {% load i18n %} +{% block nav %} +
  • {% trans "Product" %}
  • +
  • {% trans "Issue" %}
  • +
  • {% trans "Your info" %}
  • +
  • {% trans "Done" %}
  • +{% endblock nav %} + {% block main %} -
    - {% csrf_token %} -
    - - -
    -
    +

    1. {% trans "Product" %}

    +

    Let's start by identifying your device. Please enter your serial number or click Skip.

    + + {% csrf_token %} + {% bootstrap_form form %} + - +
    + {% endblock main %} -- cgit v1.2.3