{% extends 'portal.html' %} {% load add_class %} {% block title %} {{assessment}} | Literature Review | Tags | Update | HAWC {% endblock %} {% block breadcrumbs %}
  • {{ assessment }}/
  • Literature Review/
  • Update Tags/
  • Copy Tags/
  • {% endblock %} {% block content %}
    {% csrf_token %}
    Copy tags from existing assessments

    Copy literature reference tags from an existing HAWC assessment which you have access to.


    {{ 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 %}
    ×

    Warning!

    Copying tags from another assessment will remove ALL existing tags, and will also remove any tags from existing literature for this assessment, even if the tag-names are identical between an existing tag and a new tag copied from another assessment.

    It is therefore recommended to only complete this procedure if literature have not yet been tagged for the current assessment.

    Tags for selected assessment:
    Cancel
    {% endblock %} {% block extrajs %} {% endblock extrajs %}