You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ri...@apache.org on 2014/07/17 23:51:43 UTC

svn commit: r1611488 - in /oodt/cms_site/trunk/templates: oodt_template.html standard_markdown.html

Author: riverma
Date: Thu Jul 17 21:51:42 2014
New Revision: 1611488

URL: http://svn.apache.org/r1611488
Log:
Remove pre-existing template code

Added:
    oodt/cms_site/trunk/templates/oodt_template.html
Modified:
    oodt/cms_site/trunk/templates/standard_markdown.html

Added: oodt/cms_site/trunk/templates/oodt_template.html
URL: http://svn.apache.org/viewvc/oodt/cms_site/trunk/templates/oodt_template.html?rev=1611488&view=auto
==============================================================================
--- oodt/cms_site/trunk/templates/oodt_template.html (added)
+++ oodt/cms_site/trunk/templates/oodt_template.html Thu Jul 17 21:51:42 2014
@@ -0,0 +1 @@
+ 

Modified: oodt/cms_site/trunk/templates/standard_markdown.html
URL: http://svn.apache.org/viewvc/oodt/cms_site/trunk/templates/standard_markdown.html?rev=1611488&r1=1611487&r2=1611488&view=diff
==============================================================================
--- oodt/cms_site/trunk/templates/standard_markdown.html (original)
+++ oodt/cms_site/trunk/templates/standard_markdown.html Thu Jul 17 21:51:42 2014
@@ -1,3 +1,3 @@
-{% extends "std.html" %}
+{% extends "oodt_template.html" %}
 {% block title %}{{ headers.title }}{% endblock %}
 {% block content %}{{ content|markdown }}{% endblock %}