{% extends BASE_TEMPLATE %} {% load materializecss %} {% load staticfiles %} {% block head-title %}Settings{% endblock %} {% block title %}Settings {% endblock %} {% block menu %}
  • Back
  • {% endblock%} {% block content %}
    {% csrf_token %}

    User Info

    {{ user_form|materializecss:'s12 m6' }}

    Part File Storage with Google Drive

    Connect your Google account to enable file storage using Google Drive. When you connect, we will create a folder in your root of Google drive, and automatically store and organize files to keep them associated to your parts. You'll be able to access the files directly through Google Drive, and through the web portal here.

    Google Connections

    {% csrf_token %}

    Organization

    {{ organization_form|materializecss:'s12 m6' }} Adding users to your organization is a paid feature, but is free for a limited time while we are still developing the tool. Contact info@indabom.com if you are interested.

    Users In {{ organization.name }}

    {% if organization.owner == user %} {% for user in users_in_organization %} {% empty %} No additional users in this organization. {% endfor %} {% endif %}
    {% endblock %} {% block script %} {% endblock script%}