diff options
Diffstat (limited to 'app/templates/home.html')
-rw-r--r-- | app/templates/home.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index efe1a36..541c313 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -6,6 +6,7 @@ <ul> <li><a href="{{ url_for('dock_upload') }}">Dock and Report</a></li> <li><a href="{{ url_for('status')}}">Job Status</a></li> + <li><a href="{{ url_for('generate') }}">Generate</a></li> </ul> <img src="{{url_for('static',filename='assets/workingInALaboratory.svg')}}" /> |