fix: data reference typo in management template
This commit is contained in:
parent
b3b56754c2
commit
b26fdc75ba
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
</form>
|
||||
<h1>Subscriptions</h1>
|
||||
<ul>
|
||||
{{ range .Feeds }}
|
||||
{{ range .Data.Feeds }}
|
||||
<li>{{ . }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue