From 12ba8e4e3570e147be5d5095f83129e53510471e Mon Sep 17 00:00:00 2001 From: Frederic Date: Fri, 6 Dec 2013 00:02:48 +0100 Subject: [PATCH] bootstrappified even more stuff --- cash/templates/cash/buy_confirm.html | 24 +++++++++++++++------ cash/templates/cash/buy_error.html | 4 ++++ cash/templates/cash/buy_thanks.html | 4 ++++ cash/templates/cash/usersettings_saved.html | 8 ++++--- 4 files changed, 31 insertions(+), 9 deletions(-) diff --git a/cash/templates/cash/buy_confirm.html b/cash/templates/cash/buy_confirm.html index ad9d320..8a792a0 100644 --- a/cash/templates/cash/buy_confirm.html +++ b/cash/templates/cash/buy_confirm.html @@ -7,16 +7,28 @@

{% trans "Buy product" %}

- - - - -
{% trans "Name" %}:{{ product.name }}
{% trans "Price" %}:{{ product.price }}
{% trans "Category" %}:{{ product.category }}
+
+
+
+
Confirm purchase.
+
+ +
+
{% trans "Name" %}:
{{ product.name }}
+
{% trans "Price" %}:
{{ product.price }} €
+
{% trans "Category" %}:
{{ product.category }}
+

{% blocktrans %}Do you really want to buy this product?{% endblocktrans %}

-{% trans "Yes" %} +{% trans "Yes" %} {% trans "No" %} +
+
+
+
+ + {% endblock %} diff --git a/cash/templates/cash/buy_error.html b/cash/templates/cash/buy_error.html index 8564fd4..9ec4a10 100644 --- a/cash/templates/cash/buy_error.html +++ b/cash/templates/cash/buy_error.html @@ -7,6 +7,10 @@

{% trans "Buy product" %}

+
{% blocktrans %}You cannot buy this product, as the debt limit has been reached.{% endblocktrans %} +
+ +{% trans "Back" %} {% endblock %} diff --git a/cash/templates/cash/buy_thanks.html b/cash/templates/cash/buy_thanks.html index bb98b2d..0ce877f 100644 --- a/cash/templates/cash/buy_thanks.html +++ b/cash/templates/cash/buy_thanks.html @@ -7,7 +7,11 @@

{% trans "Buy product" %}

+
{% blocktrans %}Thanks for your purchase!{% endblocktrans %} +
+ +{% trans "Back" %} {% endblock %} diff --git a/cash/templates/cash/usersettings_saved.html b/cash/templates/cash/usersettings_saved.html index cdea191..2c99290 100644 --- a/cash/templates/cash/usersettings_saved.html +++ b/cash/templates/cash/usersettings_saved.html @@ -4,7 +4,9 @@ {% block content %}

{% trans "Preferences" %}

-{% blocktrans %}The settings have been saved successfully!{% endblocktrans %}
-
-{% trans "Back" %} + +
+{% blocktrans %}The settings have been saved successfully!{% endblocktrans %} +
+{% trans "Back" %} {% endblock %}