Files
account_store/templates/pages/profile/p_user_profile.html
2023-07-31 14:40:06 +03:00

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 %}