remove test page

This commit is contained in:
Yisroel Baum 2024-09-26 15:17:31 +03:00
parent 1d313233a6
commit cf4b642461
3 changed files with 0 additions and 24 deletions

View file

@ -1,10 +0,0 @@
{% extends 'base.html' %}
{% block title %}User Access{% endblock title %}
{% block content %}
{{user.first_name}}<br/>
{{donation.amount}}<br/>
{% for c in campaign.donations %}
{{c}}
{% endfor %}
{% endblock %}