commit e11a0007c0d88324ce6656b85ae1e326d1ba36c1 Author: kez kez@torproject.org Date: Tue Jun 22 16:18:53 2021 -0400
Move the final template to the new layout, remove legacy layout --- templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/page.html b/templates/page.html index 04305772..aa7a2cec 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,6 +1,6 @@ {% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} -{% block body %} +{% block content %} <h2>{{ this.title }}</h2> {{ this.body }} {% endblock %}
tor-commits@lists.torproject.org