diff options
Diffstat (limited to 'templates/public/donate.html')
-rw-r--r-- | templates/public/donate.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html index 664f6c5d..3e4e50c9 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -1,7 +1,10 @@ {% extends "base.html" %} +{% load cache %} + {% block title %}Arch Linux - Donate{% endblock %} {% block content %} +{% cache 600 donations %} <div id="donations" class="box"> <h2>Donate to Arch Linux</h2> @@ -83,4 +86,5 @@ <div class="clear"></div> <p>A huge thanks to you all for your contributions!</p> </div> +{% endcache %} {% endblock %} |