[tor-commits] [donate-static/master] Make donate-form.html extend the new layout template

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


commit e5ecad9b65268c2ee6c1beb0f779e2f36cc8ea47
Author: kez <kez at torproject.org>
Date:   Tue Jun 22 10:07:01 2021 -0400

    Make donate-form.html extend the new layout template
---
 templates/donate-form.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/templates/donate-form.html b/templates/donate-form.html
index f40052cb..e2f8bd67 100644
--- a/templates/donate-form.html
+++ b/templates/donate-form.html
@@ -1,3 +1,5 @@
+{% extends "layout.html" %}
+{% block content %}
 <div>
   {{ this.intro }}
 </div>
@@ -197,3 +199,4 @@
   }
 </script>
   <script type="text/javascript" src="{{ '/static/gen/donate.js' | asseturl }}"></script>
+{% endblock %}





More information about the tor-commits mailing list