Skip to content

Commit

Permalink
[ERP-2802] Fix banner alignment and add trans tag to the new banner
Browse files Browse the repository at this point in the history
  • Loading branch information
lexie committed Nov 13, 2024
1 parent e879f04 commit 1933fc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rdrf/rdrf/templates/rdrf_cdes/banner/_show_banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
{% if SHOW_BANNER %}
<div class="alert alert-warning mb-0 text-center" role="alert">
<span class="fa fa-exclamation-circle" aria-hidden="true"></span>
This registry is for testing purposes only. Do not submit real patient data.
{% trans "This registry is for testing purposes only. Do not submit real patient data." %}
</div>
{% endif %}
2 changes: 1 addition & 1 deletion rdrf/rdrf/templates/rdrf_cdes/base-1-col.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

{% if location %}
<div class="banner">
<div class="container-fluid mt-3 mb-2">
<div class="container-fluid my-2">
<div class="row">
<div class="offset-xxl-1 col-xxl-5 col-md-6">
{% include "rdrf_cdes/banner/_patient.html" %}
Expand Down
2 changes: 1 addition & 1 deletion rdrf/rdrf/templates/rdrf_cdes/base-2-cols.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
{% if location %}
<div class="banner">
<!-- base 2 cols banner -->
<div class="container-fluid mt-3 mb-2">
<div class="container-fluid my-2">
<div class="row">
<div class="offset-xxl-1 col-xxl-5 col-md-6">
{% include "rdrf_cdes/banner/_patient.html" %}
Expand Down

0 comments on commit 1933fc6

Please sign in to comment.