0.0.19 use new file structure
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
{% include 'inter/meta.html' %}
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
{% include 'blocks/b_header.html' %}
|
||||
{% include 'forms/f_login.html' %}
|
||||
{% include 'blocks/b_footer.html' %}
|
||||
{% extends 'tb_base.html' %}
|
||||
{% load static %}
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
{% block meta %}
|
||||
<script src='{% static "js/authorization.js" %}'></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include 'forms/f_login.html' %}
|
||||
{% endblock %}
|
||||
@@ -1,5 +1,9 @@
|
||||
{% extends 'tb_base.html' %}
|
||||
|
||||
{% include 'inter/meta.html' %}
|
||||
{% include 'blocks/b_header.html' %}
|
||||
{% include 'forms/f_registration.html' %}
|
||||
{% include 'blocks/b_footer.html' %}
|
||||
{% block meta %}
|
||||
<script src='{% static "js/registration.js" %}'></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include 'forms/f_registration.html' %}
|
||||
{% endblock %}
|
||||
@@ -1,4 +1,11 @@
|
||||
{% include 'inter/meta.html' %}
|
||||
{% include 'blocks/b_header.html' %}
|
||||
{% include 'blocks/b_user_profile.html' %}
|
||||
{% include 'blocks/b_footer.html' %}
|
||||
{% extends 'tb_base.html' %}
|
||||
{% load static %}
|
||||
|
||||
|
||||
{% block meta %}
|
||||
<script src='{% static "js/newRoute.js" %}'></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include 'blocks/b_user_profile.html' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user