Browse Source
Merge pull request #100 from AlmaLinux/fix-members-page-404
fix members page 404
pull/104/head
Jonathan Wright
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
layouts/contribute/single.html
|
|
@ -66,7 +66,7 @@ |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<a href="{% url 'foundation_members' %}" |
|
|
|
<a href="/members" |
|
|
|
class="btn al-member-button btn-lg px-4 mt-3"> |
|
|
|
<i class="bi bi-people-fill pe-1"></i> |
|
|
|
Become a Member |
|
|
@ -82,4 +82,4 @@ |
|
|
|
</section> |
|
|
|
|
|
|
|
|
|
|
|
{{ end }} |
|
|
|
{{ end }} |
|
|
|