Browse Source

Fixed link checker bugs

pull/172/head
Michael Olund 5 years ago
parent
commit
7cd3425252
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      edivorce/apps/core/management/commands/link_check.py
  2. +1
    -1
      edivorce/apps/core/templates/legal.html

+ 1
- 1
edivorce/apps/core/management/commands/link_check.py View File

@ -35,7 +35,7 @@ class Command(BaseCommand):
if link is None:
continue
if link['href'].startswith('http'):
filename = str(file_path.name)
filename = str(fs.name)
status = self._check_link(link['href'])
if status:


+ 1
- 1
edivorce/apps/core/templates/legal.html View File

@ -67,7 +67,7 @@
</p>
<p>
If you think you will want legal help for only part of your separation or divorce, you can look for a lawyer that
offers “unbundled” services. The
offers &ldquo;unbundled&rdquo; services. The
<a href="https://sites.google.com/view/bfur/" target="_blank">BC Family Law Unbundling Roster (HelpMap)</a>
is a list of legal professionals near you who offer unbundled services. Many also offer their services remotely,
through telephone, webconferencing or other tools.


Loading…
Cancel
Save