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

organizations debug answer form

parent 3d81478f
...@@ -87,6 +87,7 @@ if __name__ == "__main__": ...@@ -87,6 +87,7 @@ if __name__ == "__main__":
country = this_data['country'].value country = this_data['country'].value
jobtitle = this_data['hon_title'].value jobtitle = this_data['hon_title'].value
keywordsss = this_data['keywords'].value # single string but ','-separated keywordsss = this_data['keywords'].value # single string but ','-separated
organization= this_data['organization'].value
# keywordzzz = this_data.getlist(keywords) # array # keywordzzz = this_data.getlist(keywords) # array
# --------- todo ------>8-------------- # --------- todo ------>8--------------
...@@ -125,6 +126,7 @@ if __name__ == "__main__": ...@@ -125,6 +126,7 @@ if __name__ == "__main__":
country, country,
jobtitle, jobtitle,
keywordsss, keywordsss,
organization
] ]
) )
) )
......
...@@ -173,7 +173,6 @@ $(function() { ...@@ -173,7 +173,6 @@ $(function() {
"Universidad Nacional Autonoma de Mexico", "Universidad Nacional Autonoma de Mexico",
"Institut National de Recherche en Informatique et Automatique", "Institut National de Recherche en Informatique et Automatique",
"Commissariat à l'Energie Atomique", "Commissariat à l'Energie Atomique",
"Centre National pour la Recherche Scientifique",
"Université Paris 1 – Panthéon-Sorbonne", "Université Paris 1 – Panthéon-Sorbonne",
"University College London", "University College London",
"Universitat de Barcelona", "Universitat de Barcelona",
......
...@@ -72,8 +72,7 @@ ...@@ -72,8 +72,7 @@
<div class="row spacerrow">&nbsp;</div> <div class="row spacerrow">&nbsp;</div>
<div class="row"> <div class="row">
<div class="spacer col-sm-1 col-md-1">&nbsp;</div> <div class="spacer col-sm-1 col-md-1">&nbsp;</div>
<div class="raw-responses col-sm-8 col-md-8"> <div class="raw-responses col-sm-8 col-md-8" style="font-family:Calibri, sans-serif">
{{raw_answers}}
{% for value in raw_answers %} {% for value in raw_answers %}
<p> {{value}} </p> <p> {{value}} </p>
{% endfor %} {% 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