{% extends "interface/project_base.html" %} {% load polyphonic %} {% block admin %} {% if meta.folderid %} {% endif %} {% icon "backspace" %} Back to work {% endblock %} {% block page %}

{% icon "add_to_drive" %} Google Drive - Shared Links

{{ object.name }}

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

{% csrf_token %}
{% endblock %}