aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/templates/base.html2
-rw-r--r--app/templates/home.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index 0b34351..e4ae447 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -63,7 +63,7 @@
</div>
</li>
<li class="{{ 'nav-item active' if active_page == 'job_status' else 'nav-item' }}">
- <a class="nav-link" href="{{ url_for('status') }}">Job Status</a>
+ <a class="nav-link" href="{{ url_for('status') }}">Job Status / Results</a>
</li>
</ul>
</div>
diff --git a/app/templates/home.html b/app/templates/home.html
index f8e08da..7e0e352 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -28,7 +28,7 @@
<li>API - <a href="/docs">Swagger UI</a> or <a href="/redoc">ReDoc</a> - API access for the server</li>
<li><a href="{{url_for('generate_pdbqts')}}">Generate PDBQTs</a> - Generate PDBQTs for your compounds or proteins</li>
<li><a href="{{url_for('editor')}}">Editor</a> - Simple Molecular Editor powered by Kekule.js</li>
- <li><a href="{{ url_for('status')}}">Job Status</a> - Check the job status </li>
+ <li><a href="{{ url_for('status')}}">Job Status / Results</a> - Check the job status and view the results</li>
<li><a href="{{ url_for('visualise')}}">Visualise</a> - Molecular Viewer </li>
</ul>
<section>