Skip to content

Commit

Permalink
Minor design update
Browse files Browse the repository at this point in the history
  • Loading branch information
adilmohak committed Sep 30, 2024
1 parent ac79460 commit 2ac925d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions templates/progress.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,11 @@

{% if exams %}

<hr>

<div class="header-title-xl">{% trans "Previous exam papers" %}</div>
<p class="lead text-muted">
<p class="lead fw-bold">
{% trans "Below are the results of exams that you have sat." %}
</p>
<div class="info-text bg-danger mb-2">{% trans 'Total complete exams:' %} {{ exams_counter }}</div>
<div class="text-light bg-secondary mb-2 p-1">{% trans 'Total complete exams:' %} {{ exams_counter }}</div>
<div class="table-responsive">
<table class="table table-bordered table-striped">

Expand Down
2 changes: 1 addition & 1 deletion templates/quiz/sitting_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

{% if sitting_list %}

<div class="info-text bg-danger my-2">{% trans 'Total complete exams:' %} {{ sitting_list.count }}</div>
<div class="text-light bg-secondary p-1 my-2">{% trans 'Total complete exams' %}: {{ sitting_list.count }}</div>

<table class="table table-bordered table-striped">
<thead>
Expand Down

0 comments on commit 2ac925d

Please sign in to comment.