Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
WP6
/
performing_patents_otherwise
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
commit for testing
solr_update
Simon Bowie
il y a 2 ans
Parent
e14dafc563
révision
52f70476d0
1 fichiers modifiés
avec
5 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
+5
-0
web/app/main.py
+ 5
- 0
web/app/main.py
Voir le fichier
@@ -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)
Écrire
Aperçu
Chargement…
Annuler
Enregistrer