From b62bb157c0a5801c1275e0c7e52a6f01ab29dbee Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 8 Jul 2022 09:44:41 -0700 Subject: [PATCH] Fixes links to documentation pages --- bookwyrm/templates/settings/dashboard/dashboard.html | 2 +- bookwyrm/templates/setup/config.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/settings/dashboard/dashboard.html b/bookwyrm/templates/settings/dashboard/dashboard.html index 46d552fb1..10d7f4f22 100644 --- a/bookwyrm/templates/settings/dashboard/dashboard.html +++ b/bookwyrm/templates/settings/dashboard/dashboard.html @@ -86,7 +86,7 @@ {% if current_version %}
- + {% blocktrans trimmed with current=current_version available=available_version %} An update is available! You're running v{{ current }} and the latest release is {{ available }}. {% endblocktrans %} diff --git a/bookwyrm/templates/setup/config.html b/bookwyrm/templates/setup/config.html index b14ad37d1..762fb5663 100644 --- a/bookwyrm/templates/setup/config.html +++ b/bookwyrm/templates/setup/config.html @@ -144,7 +144,7 @@ {% blocktrans trimmed %} You can change your instance settings in the .env file on your server. {% endblocktrans %} - + {% trans "View installation instructions" %}