[tor-commits] [donate-static/master] Move the final template to the new layout, remove legacy layout

gus at torproject.org gus at torproject.org
Thu Jul 8 14:29:32 UTC 2021


commit e11a0007c0d88324ce6656b85ae1e326d1ba36c1
Author: kez <kez at 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 %}





More information about the tor-commits mailing list