0.0.19 use new file structure
This commit is contained in:
@@ -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