Templates basic formatting

This commit is contained in:
Velichko Karakostov
2021-08-28 00:41:10 +03:00
parent a1e8c902e2
commit 88d8de76ec
8 changed files with 99 additions and 95 deletions

View File

@ -1,4 +1,8 @@
{% extends 'base.html' %}
{% load qr_code %}
{% load static %}
{% block optionalParams %}
<style>
html{
@ -11,8 +15,7 @@
}
</style>
{% endblock %}
{% load qr_code %}
{% load static %}
{% block content %}
<div id="page-wrap">
<h1 class="heading">reValuate</h1>
@ -63,4 +66,4 @@
</div>
<footer>Frontend, backend and planning:<br> <a class="footer" href="https://yamozha.xyz">Boyan</a></footer>
{% endblock %}
{% endblock %}