Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/default.tmpl

Issue 29519587: Issue 5534 - Create Contact Section for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Aug. 18, 2017, 12:30 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« static/scss/layout/_body.scss ('K') | « static/scss/layout/_body.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -42,12 +42,13 @@
{% endblock %}
</head>
<body>
<? include layout/header ?>
<div class="outer">
{% block body %}
{{ body | safe }}
{% endblock %}
+ <? include contact ?>
juliandoucette 2017/08/30 11:33:06 This section doesn't exist on all pages (e.g. Impr
ire 2017/09/25 08:47:35 Done.
</div>
<script src="/js/main.js"></script>
</body>
<html>
« static/scss/layout/_body.scss ('K') | « static/scss/layout/_body.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld