Files
account_store/templates/pages/profile/p_registration.html
2023-07-19 17:16:46 +03:00

10 lines
224 B
HTML

{% extends 'tb_base.html' %}
{% load static %}
{% block meta %}
<script src='{% static "js/registration.js" %}'></script>
{% endblock %}
{% block content %}
{% include 'forms/f_registration.html' %}
{% endblock %}