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>
|
</form>
|
||||||
<h1>Subscriptions</h1>
|
<h1>Subscriptions</h1>
|
||||||
<ul>
|
<ul>
|
||||||
{{ range .Feeds }}
|
{{ range .Data.Feeds }}
|
||||||
<li>{{ . }}</li>
|
<li>{{ . }}</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue