
8 Jul
2021
8 Jul
'21
2:29 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 %}