+ remove web examples for 0.12
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5161 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
parent
c1bf4a6cb2
commit
8fa8b4b3df
|
@ -243,10 +243,6 @@ page = """
|
|||
defaultexamples
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<h2>""" + text14 + """</h2>
|
||||
webexamples
|
||||
</div>
|
||||
|
||||
customblocks
|
||||
|
||||
|
@ -464,7 +460,7 @@ def handle():
|
|||
html = html.replace("defaultexamples",getExamples())
|
||||
|
||||
# add web examples
|
||||
html = html.replace("webexamples",getWebExamples())
|
||||
#html = html.replace("webexamples",getWebExamples())
|
||||
|
||||
# add custom blocks
|
||||
html = html.replace("customblocks",getCustomBlocks())
|
||||
|
|
Loading…
Reference in New Issue
Block a user