From c1c9d1dfa4ea2296fe9cb952e68bdef4e7bcb1e1 2016-12-07 07:05:37 From: Christopher Neugebauer Date: 2016-12-07 07:05:37 Subject: [PATCH] Adds “nag unpaid” view --- diff --git a/pinaxcon/templates/registrasion/nag_unpaid.html b/pinaxcon/templates/registrasion/nag_unpaid.html new file mode 100644 index 0000000000000000000000000000000000000000..7ef3eed505a95d2c833189131eeac28e5f644f1d --- /dev/null +++ b/pinaxcon/templates/registrasion/nag_unpaid.html @@ -0,0 +1,16 @@ +{% extends "site_base.html" %} +{% load bootstrap %} +{% load registrasion_tags %} + +{% block body %} + +

Send reminder e-mails

+ +
+ {% csrf_token %} + {{ form | bootstrap}} +
+ +
+ +{% endblock %}