This commit is contained in:
Egor Matveev 2022-05-12 08:46:40 +03:00
parent c233bf9b53
commit 965463b92e
9 changed files with 14 additions and 4 deletions

View File

@ -1,5 +1,7 @@
{% extends 'layouts/base.html' %} {% extends 'layouts/base.html' %}
{% block title %}{{ group.name }}{% endblock %}
{% block content %} {% block content %}
<div class="card border-0 shadow mb-4"> <div class="card border-0 shadow mb-4">
<div class="card-body"> <div class="card-body">

View File

@ -23,7 +23,7 @@
<!-- Primary Meta Tags --> <!-- Primary Meta Tags -->
<title> <title>
Django Volt Dashboard - {% block title %}{% endblock %} | AppSeed Sprint - {% block title %}{% endblock %}
</title> </title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

View File

@ -1,5 +1,7 @@
{% extends 'layouts/base.html' %} {% extends 'layouts/base.html' %}
{% block title %}Рейтинг{% endblock %}
{% block content %} {% block content %}
<div class="card border-0 shadow mb-4"> <div class="card border-0 shadow mb-4">
<div class="card-body"> <div class="card-body">

View File

@ -1,6 +1,6 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% block title %}Вход{% endblock %} {% block title %}Регистрация{% endblock %}
{% block scripts %} {% block scripts %}
var data = { var data = {

View File

@ -1,6 +1,6 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% block title %}Вход{% endblock %} {% block title %}Регистрация{% endblock %}
{% block scripts %} {% block scripts %}
var data = { var data = {

View File

@ -1,6 +1,6 @@
{% extends 'layouts/base.html' %} {% extends 'layouts/base.html' %}
{% block title %}сеты{% endblock %} {% block title %}Сеты{% endblock %}
{% block content %} {% block content %}
<div class="card border-0 shadow mb-4"> <div class="card border-0 shadow mb-4">

View File

@ -1,5 +1,7 @@
{% extends 'layouts/base.html' %} {% extends 'layouts/base.html' %}
{% block title %}{{ solution.id }}{% endblock %}
{% load filters %} {% load filters %}
{% block javascripts %} {% block javascripts %}

View File

@ -1,5 +1,7 @@
{% extends 'layouts/base.html' %} {% extends 'layouts/base.html' %}
{% block title %}Решения{% endblock %}
{% block javascripts %} {% block javascripts %}
<script> <script>
var look = 0; var look = 0;

View File

@ -1,5 +1,7 @@
{% extends 'layouts/base.html' %} {% extends 'layouts/base.html' %}
{% block title %}Redirecting{% endblock %}
{% block javascripts %} {% block javascripts %}
<script> <script>
function onLoad() { function onLoad() {