Skip to content

Commit

Permalink
Merge pull request #941 from ScilifelabDataCentre/add_link
Browse files Browse the repository at this point in the history
add link to pdf
  • Loading branch information
i-oden authored Feb 28, 2022
2 parents d0efbf9 + af4767e commit 592ad6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion dds_web/templates/user/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

<body>
<h1>Login to DDS</h1>
<div>
<p>
For information on how to use the Data Delivery System, as well as
see a test protocol, go <a
href="https://github.com/ScilifelabDataCentre/dds_cli/blob/master/docs/_build/latex/datadeliverysystem.pdf">here</a>.
</p>
</div>
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
<div class=flashes>
Expand All @@ -17,7 +24,8 @@ <h1>Login to DDS</h1>
</div>
{% endif %}
{% endwith %}
<form method="POST" action="{{ url_for('auth_blueprint.login', next=next) }}">
<form method="POST" action="{{ url_for('auth_blueprint.login', next=next)
}}">
{{ form.csrf_token }}

<!-- Username -->
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
# - type: bind
# source: ./Dockerfiles/mariadb/mariadb.conf
# target: /etc/mysql/conf.d/encrypt.cnf

# # Keys
# - type: bind
# source: ./Dockerfiles/mariadb/db-encrypt
Expand Down

0 comments on commit 592ad6b

Please sign in to comment.