{% extends 'analysispage.html' %} {% load staticfiles %} {% block title %}Edit Family{% endblock %} {% block links %} Family: {{ family }} {% endblock %} {% block desc %}

Use the form below to add descriptive information about this family.

{% endblock %} {% block innercontent %} {% include 'family_warnings.html' %}
{% csrf_token %}

Family Description

{% if form.short_description.errors %}
{{ form.short_description.errors }}
{% endif %}
Please enter a short summary of the family (e.g. Quartet with nemaline myopathy).
{% if form.short_description.errors %}
{{ form.short_description.errors }}
{% endif %}
{% if form.pedigree_image.errors %}
{{ form.pedigree_image.errors }}
{% endif %}
{% if family.pedigree_image %}
{% endif %} {{ form.pedigree_image }}

Delete Image

Details

{% if form.about_family_content.errors %}
{{ form.about_family_content.errors }}
{% endif %}

{% if form.analysis_summary.errors %}
{{ form.analysis_summary.errors }}
{% endif %}



{% endblock %} {% block extrahead %} {% endblock %}