File diff 1707c327e053 → 012bb1e7e4d5
www/conservancy/templates/assignment/thanks.html
Show inline comments
...
 
@@ -2,6 +2,7 @@
 
{% load static %}
 
{% block category %}Copyright Assignment{% endblock %}
 
{% block outercontent %}
 
  <div class="mw8 center ph2 ph3">
 
  <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">
...
 
@@ -12,4 +13,5 @@
 
      {{ form.as_p }}
 
    </form>
 
  </div>
 
  </div>
 
{% endblock %}