diff options
| author | Chris McDonough <chrism@plope.com> | 2013-04-02 12:19:51 -0700 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-04-02 12:19:51 -0700 |
| commit | 5d2f5a8723c56526dc68579ad3408be15389e4f1 (patch) | |
| tree | 02c837ae1551c55cd10994568de5fed4733b5bed /docs/tutorials/wiki2/src/basiclayout | |
| parent | a9bd7d058ec1399927ae19c1850ec15195319403 (diff) | |
| parent | ba6cb382803b03a74159a0adae3c8e3ea90551c5 (diff) | |
| download | pyramid-5d2f5a8723c56526dc68579ad3408be15389e4f1.tar.gz pyramid-5d2f5a8723c56526dc68579ad3408be15389e4f1.tar.bz2 pyramid-5d2f5a8723c56526dc68579ad3408be15389e4f1.zip | |
Merge pull request #965 from tshepang/copyright
remove copyright bits from the tutorial examples
Diffstat (limited to 'docs/tutorials/wiki2/src/basiclayout')
| -rw-r--r-- | docs/tutorials/wiki2/src/basiclayout/tutorial/templates/mytemplate.pt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/src/basiclayout/tutorial/templates/mytemplate.pt b/docs/tutorials/wiki2/src/basiclayout/tutorial/templates/mytemplate.pt index 15ea6614f..ee9fdb7fa 100644 --- a/docs/tutorials/wiki2/src/basiclayout/tutorial/templates/mytemplate.pt +++ b/docs/tutorials/wiki2/src/basiclayout/tutorial/templates/mytemplate.pt @@ -69,8 +69,5 @@ </div> </div> </div> - <div id="footer"> - <div class="footer">© Copyright 2008-2012, Agendaless Consulting.</div> - </div> </body> </html> |
