Skip to content

Commit

Permalink
Merge pull request #204 from rcos/fix-account-deletion
Browse files Browse the repository at this point in the history
Fix account deletion
  • Loading branch information
vcfxb authored Nov 30, 2021
2 parents eb49dd4 + 38f98ac commit 3aad523
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ please submit a pull request fixing it.

## Unreleased

## 0.8.2 - November 30th, 2021
- Fixed bug that prevented user deletion.

## 0.8.1 - November 19th, 2021
- Fixed bug that prevented meeting creation.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telescope"
version = "0.8.2-dev"
version = "0.8.2"
authors = ["Antonia \"Nia\" Calia-Bogan <[email protected]>"]
description = "The RCOS webapp"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion templates/user/delete.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

This is a permanent action.

<a href="/user?{{url_encode username=target.username}}" class="mb-2 btn w-100 btn-secondary">Cancel</a>
<a href="/user/{{target.id}}" class="mb-2 btn w-100 btn-secondary">Cancel</a>
<button type="submit" class="btn w-100 btn-success">
Delete account
</button>
Expand Down

0 comments on commit 3aad523

Please sign in to comment.