[web] [WIP] Remove trailing TODO

This commit is contained in:
Emi Simpson 2021-11-02 14:26:36 -04:00
parent 2cfe9fcb5f
commit 7c07aac2af
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ impl Route {
name,
pronoun,
pronouns: settings.pronoun_list.iter().enumerate().collect(),
url: format!("{}{}", &conf.base_url, uri), //TODO
url: format!("{}{}", &conf.base_url, uri),
}
.render()
.unwrap();