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

10 lines
229 B
HTML

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