Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
WP6
/
performing_patents_otherwise
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
commit for testing
solr_update
Simon Bowie
2 anni fa
parent
e14dafc563
commit
52f70476d0
1 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+5
-0
web/app/main.py
+ 5
- 0
web/app/main.py
Vedi 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…
Annulla
Salva