File diff c23f799fa13a → 1ce6f36532e3
www/conservancy/templates/assignment/thanks.html
Show inline comments
 
new file 100644
 
{% extends "assignment/base_assignment.html" %}
 
{% load static %}
 
{% block category %}Copyright Assignment{% endblock %}
 
{% block outercontent %}
 
  <h1>Thanks! <svg style="color: #ff41b4; width: 30px; height: 30px; vertical-align: middle;"><use href="{% static 'img/font_awesome.svg' %}#heart"></use></svg></h1>
 

	
 
  <div class="mw7 mb5">
 
    <p>Thank you for assigning your copyright to Software Freedom Conservancy! We have recorded the below information regarding the assignment and the works.</p>
 
    <p>We will be sending out verification emails to the email addresses you used to contribute, as specified below, in the coming weeks.  Please follow the instructions there to complete the verification at that time.</p>
 
    <p>If you would like to make any changes, you must let us know within 7 days by emailing <a href="mailto:copyright-assignment@sfconservancy.org">copyright-assignment@sfconservancy.org</a>, which is also where you can reach us if you have any questions.</p>
 
    <form>
 
      {{ form.as_p }}
 
    </form>
 
  </div>
 
{% endblock %}