[donate-static/staging] Make donate-form.html extend the new layout template

28 Jun
2021
28 Jun
'21
8:08 p.m.
commit e5ecad9b65268c2ee6c1beb0f779e2f36cc8ea47 Author: kez <kez@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 %}
1453
Age (days ago)
1453
Last active (days ago)
0 comments
1 participants
participants (1)
-
gus@torproject.org