aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/home/account/delete.html
blob: 8d68a0e34c07a06d1c1d4de975cb15b3e2b2b308 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends 'base/base.html' %}
{% load static %}

{% block title %}Delete Account{% endblock %}

{% block content %}
  {% include "base/navbar.html" %}

  <section class="section">

  </section>
{% endblock %}