diff --git a/.gitignore b/.gitignore index 540463aad..16f4bd3fb 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,4 @@ kubernetes/secrets #files created for local development staticfiles/* +rnacentral/myenv/* \ No newline at end of file diff --git a/rnacentral/portal/templates/portal/sequence.html b/rnacentral/portal/templates/portal/sequence.html index ce3e05af9..d81dcdc97 100644 --- a/rnacentral/portal/templates/portal/sequence.html +++ b/rnacentral/portal/templates/portal/sequence.html @@ -37,6 +37,51 @@ {% endblock %} {% block content %} + +
@@ -111,6 +156,15 @@

{% endif %} + {% if rna.has_secondary_structure %} + + {% if request.get_host == 'test.rnacentral.org' or request.get_host == 'localhost:8000' %} + + {% else %} + + {% endif %} + {% endif %} +
@@ -321,20 +375,19 @@

Molecular Relationships

{% if rna.has_secondary_structure %} - + 2D structure - - - {% if request.get_host == 'test.rnacentral.org' or request.get_host == 'localhost:8000' %} - - {% else %} - - {% endif %} +
+ +
+
+

Loading 2D structure...

+
{% endif %} diff --git a/rnacentral/rnacentral/settings.py b/rnacentral/rnacentral/settings.py index 6d91fef30..9d1315abe 100644 --- a/rnacentral/rnacentral/settings.py +++ b/rnacentral/rnacentral/settings.py @@ -345,7 +345,7 @@ ) RELEASE_ANNOUNCEMENT_URL = ( - "https://blog.rnacentral.org/2024/03/rnacentral-release-24.html" + "https://blog.rnacentral.org/2025/10/rnacentral-release-26.html" ) # django compressor