Rename block sub_list > subscriptions

This commit is contained in:
Matthew Crossman 2021-01-30 19:47:30 +11:00
parent 11e4ff42ed
commit ef5a1cd66e
No known key found for this signature in database
GPG key ID: C6B942B019794CC2
8 changed files with 10 additions and 11 deletions

View file

@ -11,7 +11,7 @@
{% call utils::search(["/r/", sub.name.as_str()].concat(), "") %}
{% endblock %}
{% block sub_list %}
{% block subscriptions %}
{% call utils::sub_list(sub.name.as_str()) %}
{% endblock %}