Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Email Form changed + minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkleen committed Mar 4, 2024
1 parent abefb27 commit d68a18a
Show file tree
Hide file tree
Showing 3 changed files with 531 additions and 267 deletions.
794 changes: 529 additions & 265 deletions templates/login/email-forget-pass.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</i>
</button>

<a class="btn btn-sm btn-secondary text-hover-primary me-2" href="mailto:{{ link.assigned_to.email }}?subject=Your%20link%20(don't%20share%20this%20link)&body=Your%20unique%20subscription%20link%3A%0A{{ scheme_host }}{% url 'user_link_page_show' link.subscription_uuid %}%0A%0A(Please%20keep%20this%20link%20confidential%20and%20avoid%20sharing%20it%20with%20others)%0A%0AGate%20Keeper%0Ahttps%3A%2F%2Fgithub.com%2Fdrunkleen%2FGate-Keeper">
<a class="btn btn-sm btn-secondary text-hover-primary me-2" href="mailto:{{ link.assigned_to.email }}?subject=Your%20link%20(don't%20share%20this%20link)&body=Your%20unique%20subscription%20link%3A%0A{{ scheme_host }}{% url 'user_link_page_show' link.subscription_uuid %}%0A%0A(Please%20keep%20this%20link%20confidential%20and%20avoid%20sharing%20it%20with%20others)%0A%0AGate%20Keeper%0Ahttps%3A%2F%2Fgithub.com%2Fdrunkleen%2Fgatekeeper">
<i class="bi-envelope-paper fs-1">
<span class="path1"></span>
<span class="path2"></span>
Expand Down
2 changes: 1 addition & 1 deletion templates/panel/components/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h2 class="fw-bold text-gray-800">Make a difference</h2>
<div class="fw-semibold text-gray-700 fs-7 lh-2 px-7 mb-1">Help us develop this tool</div>
<img class="mx-auto h-150px h-lg-175px mb-4" src="{% static 'panel/media/misc/welcome.png' %}" alt="" />
<div class="text-center mb-lg-5 pb-lg-3">
<a href="https://github.com/drunkleen/Gate-Keeper" class="btn btn-sm btn-light-warning btn-active-warning" data-bs-toggle="modal" data-bs-target="#kt_modal_create_account">Visit Github Repo</a>
<a href="https://github.com/drunkleen/gatekeeper" class="btn btn-sm btn-light-warning btn-active-warning" data-bs-toggle="modal" data-bs-target="#kt_modal_create_account">Visit Github Repo</a>
</div>
</div>
</div>
Expand Down

0 comments on commit d68a18a

Please sign in to comment.