{% extends 'base.html' %} {% load add_class %} {% load selectable_tags %} {% block title %}{{assessment}} | Create Effect Tag {% endblock title %} {% block extrastyle %} {% include_ui_theme %} {% endblock %} {% block main_content %}
{% csrf_token %}
Create new effect tag Create a new effect tag. Effect tags are used for describing animal bioassay, epidemiological, or in vitro endpoints. Please take care not to duplicate existing effect tags.
{{ form.non_field_errors|add_class:"alert alert-error" }} {% for field in form %}
{{field.label_tag|add_class:"control-label"}}
{{field}} {{field.help_text}}
{{field.errors|add_class:"alert alert-error"}}
{% endfor %}
{% endblock main_content %} {% block extrajs %} {{ form.media }} {% endblock extrajs %}