Specto fixes #9

Merged
confestim merged 7 commits from specto-fixes into main 2021-09-10 16:35:54 +02:00
8 changed files with 99 additions and 95 deletions
Showing only changes of commit 88d8de76ec - Show all commits

View File

@ -1,9 +1,8 @@
<!DOCTYPE html>
<head>
{% load static %}
{% load qr_code %}
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{% block title %}reValuate{% endblock %}</title>
@ -11,9 +10,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{% static 'home/css/style.css' %}">
<link rel="shortcut icon" type="image/png" href="{% static 'home/img/logo.png' %}"/>
{% block optionalParams %}{% endblock %}
</head>
<body>
{% block aboveNav %}{% endblock %}

View File

@ -1,7 +1,7 @@
<!-- templates/home.html -->
{% extends 'base.html' %}
{% block title %}Home{% endblock %}
{% block optionalParams%}
<style>
.checkmark__circle {
@ -56,6 +56,7 @@
</style>
{% endblock %}
{% block content %}
<div class="centered" style="text-align: center;">

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>

View File

@ -1,6 +1,7 @@
{% extends 'base.html' %}
{% block title %}Класация{% endblock %}
{% block optionalParams %}
<style>

View File

@ -1,6 +1,8 @@
{% extends 'base.html' %}
{% load static %}
{% block title %} My Images {% endblock %}
{% block optionalParams %}
<link rel="stylesheet" href="{% static 'home/css/gallery.css' %}">
<style>