aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/testplugins/modify_context/templates
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/tests/testplugins/modify_context/templates')
-rw-r--r--mediagoblin/tests/testplugins/modify_context/templates/contextplugin/general.html1
-rw-r--r--mediagoblin/tests/testplugins/modify_context/templates/contextplugin/specific.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/mediagoblin/tests/testplugins/modify_context/templates/contextplugin/general.html b/mediagoblin/tests/testplugins/modify_context/templates/contextplugin/general.html
index 7b7261c6..9cf96d3e 100644
--- a/mediagoblin/tests/testplugins/modify_context/templates/contextplugin/general.html
+++ b/mediagoblin/tests/testplugins/modify_context/templates/contextplugin/general.html
@@ -2,3 +2,4 @@ General page!
global thing: {{ global_append }}
lol: {{ lol }}
+doubleme: {{ doubleme }}
diff --git a/mediagoblin/tests/testplugins/modify_context/templates/contextplugin/specific.html b/mediagoblin/tests/testplugins/modify_context/templates/contextplugin/specific.html
index 25bea3e2..5b1b4c4a 100644
--- a/mediagoblin/tests/testplugins/modify_context/templates/contextplugin/specific.html
+++ b/mediagoblin/tests/testplugins/modify_context/templates/contextplugin/specific.html
@@ -3,3 +3,4 @@ Specific page!
specific thing: {{ specific_page_append }}
global thing: {{ global_append }}
something: {{ something }}
+doubleme: {{ doubleme }}