{% extends "interface/project_base.html" %} {% load polyphonic %} {% block admin %} {% if meta.folderid %} {% endif %} {% icon "backspace" %} Back to work {% endblock %} {% block page %}
This page lets you link a work to a google drive folder. You can either paste a public link to a folder to enable syncing or a file to add individually
{% if meta.folderid %}
This work is currently linked to folder {{ meta.folderid }}
Pasting a new folder link will overwrite this.
{% else %}
There is currently no shared drive folder linked to this work - paste one here to enable syncing.
{% endif %}