diff --git a/reValuate/templates/base.html b/reValuate/templates/base.html index 9aa3130b..c9c7838d 100644 --- a/reValuate/templates/base.html +++ b/reValuate/templates/base.html @@ -1,9 +1,8 @@ - +{% load static %} +{% load qr_code %} + - - {% load static %} - {% load qr_code %} {% block title %}reValuate{% endblock %} @@ -11,32 +10,30 @@ - - {% block optionalParams %} {% endblock %} - + {% block optionalParams %}{% endblock %} - {% block aboveNav %} {% endblock %} + {% block aboveNav %}{% endblock %}
@@ -54,7 +51,7 @@ Класация За нас {% if user.is_authenticated %} - Излез! + Излез! {% else %} Влез! {% endif %} @@ -64,13 +61,13 @@ {% if user.is_authenticated %} Качи Прогрес - {% endif %} + {% endif %}
- + {% block content %} {% endblock %} - \ No newline at end of file + diff --git a/reValuate/templates/getBalance.html b/reValuate/templates/getBalance.html index d1939291..c9a71ca6 100644 --- a/reValuate/templates/getBalance.html +++ b/reValuate/templates/getBalance.html @@ -1,7 +1,7 @@ - {% extends 'base.html' %} {% block title %}Home{% endblock %} + {% block optionalParams%} {% endblock %} + {% block content %}
{% if user.is_authenticated %} {% if userBalance %}

Транзакцията е записана успешно!

- Кликни тук, ако искаш да запишеш нова! - - - - + Кликни тук, ако искаш да запишеш нова! + + + + {% endif %}
{{ qr_code }} diff --git a/reValuate/templates/home.html b/reValuate/templates/home.html index 6a43b082..b06c21f6 100644 --- a/reValuate/templates/home.html +++ b/reValuate/templates/home.html @@ -1,4 +1,8 @@ {% extends 'base.html' %} + +{% load qr_code %} +{% load static %} + {% block optionalParams %} {% endblock %} -{% load qr_code %} -{% load static %} + {% block content %}

reValuate

@@ -63,4 +66,4 @@
Frontend, backend and planning:
Boyan
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/reValuate/templates/leaderboard.html b/reValuate/templates/leaderboard.html index dc9d23c3..5b190e53 100644 --- a/reValuate/templates/leaderboard.html +++ b/reValuate/templates/leaderboard.html @@ -1,17 +1,18 @@ {% extends 'base.html' %} {% block title %}Класация{% endblock %} + {% block optionalParams %} {% endblock %} {% block content %} diff --git a/reValuate/templates/showAllImage.html b/reValuate/templates/showAllImage.html index a4aaa700..78e9a54e 100644 --- a/reValuate/templates/showAllImage.html +++ b/reValuate/templates/showAllImage.html @@ -1,6 +1,8 @@ {% extends 'base.html' %} {% load static %} + {% block title %} My Images {% endblock %} + {% block optionalParams %} @@ -121,7 +121,7 @@ - {% else %} + {% else %}
{% csrf_token %}


@@ -131,7 +131,7 @@


{% endif %} - + {% else %}

You are not logged in

Log In