Skip to content

Commit

Permalink
TN-2268 temporarily remove research report generation (#3455)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbugni authored Sep 11, 2019
1 parent 3924eed commit aa6076c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portal/templates/research.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
{% block main %}
<h4 class="tnth-headline">{{_("Research Data")}}</h4>
<hr/>
{% if config.STAFF_BULK_DATA_ACCESS %}
{% if False %}
<div id="researchContentContainer"></div>
{% else %}
<span class="muted">Content to be determined</span>
<span class="muted">Service temporarily unavailable, contact support for assistance.</span>
{% endif %}
{% endblock %}
{%- block additional_scripts %}<script src="{{ url_for('static', filename='js/dist/research.bundle.js') }}"></script>{% endblock -%}
Expand Down

0 comments on commit aa6076c

Please sign in to comment.