diff --git a/www/conservancy/templates/assignment/thanks.html b/www/conservancy/templates/assignment/thanks.html index 18390f7b85a45d9aba36b56027bf36f04bccff18..86be3ba4c1330ff7c75f38d91411a51f5288de7e 100644 --- a/www/conservancy/templates/assignment/thanks.html +++ b/www/conservancy/templates/assignment/thanks.html @@ -1,27 +1,14 @@ -{% extends "base_conservancy.html" %} +{% extends "assignment/base_assignment.html" %} +{% load static %} {% block category %}Copyright Assignment{% endblock %} {% block outercontent %} - -

Thanks!

+

Thanks!

-
-

You'll shortly receive an email with the paperwork required to complete this assignment. If you have any questions or concerns, please don't hesitate to contact us.

+
+

Thank you for assigning your copyright to Software Freedom Conservancy! We have recorded the below information regarding the assignment and the works.

+

If you would like to make any changes, you must let us know within 7 days by emailing info@sfconservancy.org. Thanks for helping us enforce free and open source software licenses!

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