Commit 8d4c67e5 authored by Open Science Conservation Fund's avatar Open Science Conservation Fund
Browse files

small templates update

parent c8bb4681
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -15,7 +15,19 @@
          <h2 class="panel-title">{% trans "Classification project" %}</h2>
        </div>	
        <div class="panel-body">
          <h2>{{ project.name }}</h2>
          <h2>
            {{ project.name }} 
            <span 
              data-toggle="tooltip" 
              title="{% trans 'This ID is required to use trapper-tools.' %}">
              (ID: {{ project.id }})
            </span>
          </h2>
          <script>
            $(function () {
              $('[data-toggle="tooltip"]').tooltip()
            })
          </script>
        </div>
      </div>
    </div>
+10 −4
Original line number Diff line number Diff line
@@ -14,11 +14,17 @@
        <fieldset>
          <p>
            {% blocktrans trimmed %}
                  To upload your collections to Trapper you will need to prepare two files: 1)
                  a data package definition file (YAML) and 2) a data package with all multimedia files you want to
                  upload (ZIP archive). To facilitate this process you can use <strong>trapper-client</strong> the tool
                  we provide in <a href="https://gitlab.com/oscf/trapper-client" target="_blank">this repository</a>.
              To upload your collections to Trapper, you need to prepare two files: 1)
              a data package definition file (YAML), and 2) a data package containing all multimedia files you want to
              upload (ZIP archive). To facilitate this process, you can use <a href="https://gitlab.com/trapper-project/trapper-tools" target="_blank">trapper-tools</a>. 
            {% endblocktrans %}
            <div class="alert alert-warning" role="alert">
              <strong>{% trans "Warning:" %}</strong>
              {% blocktrans trimmed %}
                This manual upload feature is <strong>deprecated</strong> and will be removed in future releases.
                Batch uploads will only be possible directly via <a href="https://gitlab.com/trapper-project/trapper-tools" target="_blank">trapper-tools</a>.
              {% endblocktrans %}
            </div>
          </p>
        </fieldset>