This website works better with JavaScript.
Home
Explore
Help
Sign In
WP6
/
performing_patents_otherwise
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
commit for testing
solr_update
Simon Bowie
2 years ago
parent
e14dafc563
commit
52f70476d0
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
+5
-0
web/app/main.py
+ 5
- 0
web/app/main.py
View File
@@ -23,3 +23,8 @@ def contents():
text = f.read()
text = markdown.markdown(text)
return render_template('text.html', text=text)
@main.route('/test/')
def test():
text = "whatever"
return render_template('text.html', text=text)
Write
Preview
Loading…
Cancel
Save