diff --git a/conservancy/fossy/templates/fossy/thanks.html b/conservancy/fossy/templates/fossy/thanks.html new file mode 100644 index 0000000000000000000000000000000000000000..530db49c2610a9b4469a4bced42e71af8c278ca4 --- /dev/null +++ b/conservancy/fossy/templates/fossy/thanks.html @@ -0,0 +1,28 @@ +{% extends 'fossy/base.html' %} +{% load static %} +{% block head %} + {{ block.super }} + + + +{% endblock %} +{% block outercontent %} +
+

Thanks!

+ +
+

Thanks very much for taking the time and effort to propose a community track. We'll get back to you as soon as we've selected the tracks. In the mean time if you have any questions, please email conference@sfconservancy.org.

+
+ {{ form.as_p }} +
+
+
+{% endblock %}