Skip to content

Commit

Permalink
tidying language
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Aug 6, 2024
1 parent 2bd0385 commit 45b5696
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

{% load static %}

{% block title %}Credentialing metrics{% endblock %}
{% block title %}Identity checks{% endblock %}

{% block content %}

<div class="card mb-3">
<div class="card-header">
Credentialing metrics
Time to check identity
</div>
<div class="card-body">
<div class="table-responsive">
Expand Down
10 changes: 5 additions & 5 deletions physionet-django/console/templates/console/submission_stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block content %}
<div class="card mb-3">
<div class="card-header">
Project statistics over previous 18 months
New projects (past 18 months)
</div>
<div class="card-body">
<div class="table-responsive">
Expand All @@ -13,10 +13,10 @@
<tr>
<th>Year</th>
<th>Month</th>
<th>Projects Created</th>
<th>New Submissions</th>
<th>Resubmissions</th>
<th>Publications</th>
<th>Created</th>
<th>Submitted</th>
<th>Resubmitted</th>
<th>Published</th>
</tr>
{% for year, month_list in stats.items%}
{% for month, val in month_list.items%}
Expand Down

0 comments on commit 45b5696

Please sign in to comment.