Remove ToDos

This commit is contained in:
erik 2024-03-20 13:22:56 +01:00
parent d1190423bb
commit ea4471d0db

View file

@ -71,8 +71,6 @@
<form class="ui form" method="post">
{{.CsrfTokenHtml}}
<input type="hidden" name="action" value="federation">
<!-- TODO: implement Err_FederationRepos somewhere -->
<div class="field {{if .Err_FederationRepos}}error{{end}}">
<label for="federation_repos">{{ctx.Locale.Tr "repo.settings.federation_labelname_repo"}}</label>
<!-- TODO: input is far from ideal, we might want something that allows for more overview -->
@ -81,7 +79,6 @@
<div class="field">
<button class="ui primary button">{{ctx.Locale.Tr "repo.settings.update_settings"}}</button>
</div>
<!-- TODO: We need a way to display the currently federated repos. -->
</form>
</div>
{{end}}