POC Campus Condorcet : ajustement du formulaire w.c.s + bugfix

This commit is contained in:
Paul Marillonnet 2017-05-19 16:32:35 +02:00
parent c77e264d52
commit c34c7e0289
2 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,11 @@ wcs_fields = ['prenom',
'ep_primary_affiliation',
's_entite_affectation_principale',
's_emp_corps',
's_liste_rouge']
's_liste_rouge',
'hote_prenom',
'hote_nom',
'hote_etablissement',
'hote_unite']
wcs_multiple_fields = ['s_entite_affectation',
'ep_affiliation']

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8"/>
<title>{% block page-title %}{% endblock %}</title>
<title>{% block page-title %}POC Campus Condorcet{% endblock %}</title>
<link rel="stylesheet" type="text/css" media="all" href="{% static "css/gadjo.css" %}"/>
{% block gadjo-js %}
<script src="{% xstatic 'jquery' 'jquery.min.js' %}"></script>