Skip to content

Commit

Permalink
Merge pull request #197 from wasade/deploy-tweaks
Browse files Browse the repository at this point in the history
A few missed items
  • Loading branch information
wasade authored Sep 24, 2021
2 parents aafc12c + 9352f6b commit 6da3fa9
Show file tree
Hide file tree
Showing 4 changed files with 906 additions and 683 deletions.
2 changes: 1 addition & 1 deletion microsetta_interface/templates/account_overview.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<div class="card info-col border-0 mb-3">
<div class="card bg-light mb-3 info-card">
<div class="card-body">
<p>{{ _('Our lab needs to know what type of sample(s) you are submitting (a.k.a. the source). Add a new source and assign samples to it so we can perform the correct analysis in our laboratory.') }}</p>
<p>{{ _('Our lab needs to know what type of sample(s) you are submitting (a.k.a. the "source"). Add a new source and assign samples to it so we can perform the correct analysis in our laboratory.') }}</p>
</div>
</div>
<div class="card bg-light info-card">
Expand Down
3 changes: 2 additions & 1 deletion microsetta_interface/templates/embedded_pdf.jinja2
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% extends "sitebase.jinja2" %}
{% set page_title = page_title %}
{% set page_title = _('Embedded PDF') %}
{% set show_breadcrumbs = True %}

{% block head %}

Expand Down
Loading

0 comments on commit 6da3fa9

Please sign in to comment.