~linuxgoose/bocpress

ref: 5204e11e63274f2b2f18a72cc43925cfc58d32ed bocpress/main/templates/partials/footer_blog.html -rw-r--r-- 164 bytes
5204e11eJordan Robinson fix user update form to account for allow_docs_user env variable 2 months ago
                                                                                
1
2
3
4
5
6
7
<footer>
    {{ blog_user.subscribe_note_as_html|safe }}

    {% if blog_user.footer_note %}
    {{ blog_user.footer_note_as_html|safe }}
    {% endif %}
</footer>