{% extends 'analysispage.html' %} {% block title %}Edit Family Group{% endblock %} {% block links %} Family Group: {{ family_group }} {% endblock %} {% block desc %}

Use this page to edit basic info about a family group. Note that you cannot add or remove families from a family group - you must delete the group and create a new one. There is a reason for this - it is to ensure that no outdated results are displayed.

{% endblock %} {% block innercontent %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}