mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
Remove ToDos
This commit is contained in:
parent
d1190423bb
commit
ea4471d0db
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue