diff options
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/packages/view.html | 2 | ||||
| -rw-r--r-- | app/templates/todo/topics.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 0a4b2bf..77b84da 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -364,7 +364,7 @@ </ul> </div> - <div class="card my-4""> + <div class="card my-4"> <div class="card-header"> {% if package.approved and package.checkPerm(current_user, "CREATE_THREAD") %} <div class="btn-group float-right"> diff --git a/app/templates/todo/topics.html b/app/templates/todo/topics.html index e51f4ec..87e142f 100644 --- a/app/templates/todo/topics.html +++ b/app/templates/todo/topics.html @@ -60,7 +60,7 @@ Topics to be Added {% set perc = 100 * (total - topic_count) / total %} <div class="progress-bar bg-success" role="progressbar" style="width: {{ perc }}%" aria-valuenow="{{ perc }}" aria-valuemin="0" aria-valuemax="100"></div> - </div> + </div> {% else %} <p> The forum topic crawler needs to run at least once for this section to work. |
