{% 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. Organization owners can enable file storage using Google Drive. {% if organization.owner == user %} Since you are the owner, you are able to enable file storage!{% else %}Contact your organization owner to enable.{% endif %}

    When you connect, we will create a folder called IndaBOM Part Files in your root of Google drive (and can be moved anywhere in your drive). To add files to a part, navigate to the part in IndaBOM, and on the part's Specifications tab, click the  Google Drive link. This will create a folder for your part in your root IndaBOM directory, or take you there if it already exists.

    You'll be able to access the files directly through Google Drive, and through IndaBOM.

    Google Connections

    Organization

    {% if organization.owner == user %}
    {% csrf_token %}
    {{ 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 }}

    {% for user in users_in_organization %} {% empty %} No additional users in this organization. {% endfor %}
    {% else %}

    Nothing to see here 🙈. You aren't the organization owner.

    {% endif %}
    {% endblock %} {% block script %} {% endblock script%}