17 lines
473 B
HTML
17 lines
473 B
HTML
{% extends 'tb_base.html' %}
|
|
{% load static %}
|
|
|
|
|
|
{% block meta %}
|
|
<script src='{% static "js/jquery_v3_6_4.js" %}'> </script>
|
|
<script src='{% static "js/ion.rangeSlider.min.js" %}'> </script>
|
|
<script src='{% static "js/user_profile.js" %}'> </script>
|
|
|
|
<link rel="stylesheet" href="{% static 'css/ion.rangeSlider.min.css' %}">
|
|
|
|
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
{% include 'blocks/b_user_profile.html' %}
|
|
{% endblock %} |