{% extends "base.html" %} {% block title %} Restore Project or Channel {% endblock title%} {% block content %}
WARNING!! These fields are prepopulated with the name of the project and description when the backup was taken. If you are restoring to the same machine, you need to pick a new project name. All other properties of the project will be inherited from the backed up project. {% csrf_token %} {{ pform.errors }}
Notice: The project field shows compatible projects that (1) the user can access and (2) use the same dataset. If the project is not available, it failed one of these criteria. {% csrf_token %} {{ cform.errors }}