Skip to content

Commit

Permalink
removed dropbox sync text and another archived link
Browse files Browse the repository at this point in the history
  • Loading branch information
dfadil committed Jul 30, 2024
1 parent 4ab065a commit af3a8d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
14 changes: 0 additions & 14 deletions corehq/ex-submodules/soil/templates/soil/partials/dl_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,11 @@ <h4>{% trans "There was an error processing your request" %}</h4>
<i class="fa fa-check"></i>&nbsp;{% trans 'Your export is ready.' %}
{% endif %}
</p>
{% if allow_dropbox_sync %}
<p class="alert alert-info">
<small>
<i class="fa fa-info-circle"></i>&nbsp;{% blocktrans %}
If you are downloading a large file over a slow or unstable connection, we recommend syncing to Dropbox.
{% endblocktrans %}
</small>
</p>
{% endif %}
<form class="form-inline download-form" method="POST" action="{% url 'dropbox_upload' download_id %}">{% csrf_token %}
<a class="btn btn-primary" href="{% url 'retrieve_download' download_id %}?get_file">
<i class="fa fa-download"></i>
{% trans "Download File Now" %}
</a>
{% if allow_dropbox_sync %}
<button type="submit" class="btn btn-default disable-on-submit" id="dropbox-sync-submit">
<i class="fa fa-envelope"></i> {% trans 'Sync to Dropbox' %}
</button>
{% endif %}
</form>
{% else %}
<p class="alert alert-success">{% trans "Process complete." %}</p>
Expand Down
2 changes: 0 additions & 2 deletions corehq/feature_previews.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ def can_enable_callcenter(request):
'From here they can do things like monitor workers with performance issues, '
'update their case with possible reasons for poor performance, '
'and offer guidance towards solutions.'),
help_link=('https://help.commcarehq.org/display/'
'commcarepublic/How+to+set+up+a+Supervisor-Call+Center+Application'),
save_fn=enable_callcenter,
can_self_enable_fn=can_enable_callcenter,
)
Expand Down

0 comments on commit af3a8d3

Please sign in to comment.