diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-29 00:21:26 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-29 00:21:26 +0200 |
commit | ef4c38adb1cbf5479ab5cb67a6ebeaf207168d7f (patch) | |
tree | 26f9afa66f801fe7122908fd828ee47816b1a601 | |
parent | c2eb030f9d57890fbec6d3fe98688be71fdfb243 (diff) | |
download | fastbangs-ef4c38adb1cbf5479ab5cb67a6ebeaf207168d7f.tar fastbangs-ef4c38adb1cbf5479ab5cb67a6ebeaf207168d7f.tar.bz2 fastbangs-ef4c38adb1cbf5479ab5cb67a6ebeaf207168d7f.tar.zst |
remove TODO about emails not being implemented
-rw-r--r-- | frontend/submit.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/submit.ts b/frontend/submit.ts index 7010562..44df7b9 100644 --- a/frontend/submit.ts +++ b/frontend/submit.ts @@ -39,7 +39,7 @@ export function section_submit() { Existing bangs with the same name will be overwritten. Use {{{s}}} in the URL in place of the search term. Proposals will come into effect after being approved by an administrator. - If an email address is provided, you will be informed about the status of your proposal. (TODO email stuff not implemented) + If an email address is provided, you will be informed about the status of your proposal. `), e("table", {}, e("tr", {}, e("td", {}, e("label", {for: "i-name" }, "Website Name:" )), e("td", {}, name_input )), |