Files
tripwithbonus/templates/pages/profile/p_user_profile.html

14 lines
437 B
HTML

{% extends 'tb_base.html' %}
{% load static %}
{% block meta %}
<script src='{% static "js/newRoute.js" %}'></script>
<script src='{% static "js/rangeSlider.js" %}'></script>
<script src='{% static "js/sendRoute.js" %}'></script>
<script src='{% static "js/jquery_v3_6_4.js" %}'> </script>
{% endblock %}
{% block content %}
{% include 'blocks/b_user_profile.html' %}
{% endblock %}