Commit 9acda137 authored by Romain Loth's avatar Romain Loth

organizations debug answer form

parent 3d81478f
......@@ -87,6 +87,7 @@ if __name__ == "__main__":
country = this_data['country'].value
jobtitle = this_data['hon_title'].value
keywordsss = this_data['keywords'].value # single string but ','-separated
organization= this_data['organization'].value
# keywordzzz = this_data.getlist(keywords) # array
# --------- todo ------>8--------------
......@@ -125,6 +126,7 @@ if __name__ == "__main__":
country,
jobtitle,
keywordsss,
organization
]
)
)
......
......@@ -173,7 +173,6 @@ $(function() {
"Universidad Nacional Autonoma de Mexico",
"Institut National de Recherche en Informatique et Automatique",
"Commissariat à l'Energie Atomique",
"Centre National pour la Recherche Scientifique",
"Université Paris 1 – Panthéon-Sorbonne",
"University College London",
"Universitat de Barcelona",
......
......@@ -72,8 +72,7 @@
<div class="row spacerrow">&nbsp;</div>
<div class="row">
<div class="spacer col-sm-1 col-md-1">&nbsp;</div>
<div class="raw-responses col-sm-8 col-md-8">
{{raw_answers}}
<div class="raw-responses col-sm-8 col-md-8" style="font-family:Calibri, sans-serif">
{% for value in raw_answers %}
<p> {{value}} </p>
{% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment