POC Campus Condorcet : modifications mineures d'affichage, partie 1

This commit is contained in:
Paul Marillonnet 2017-05-23 15:25:12 +02:00
parent c34c7e0289
commit c6d5169618
4 changed files with 14 additions and 6 deletions

View File

@ -64,7 +64,7 @@ class RegistrationForm(forms.Form):
choices=AFFECTATION_CHOICES,
label=_("Assignment units")) # supannEntiteAffectation
s_emp_corps = forms.CharField(max_length=100, label=_("Source entity")) # supannEmpCorps
s_liste_rouge = forms.BooleanField(initial=True, label=_("Unlist contact information")) # supannListeRouge
s_liste_rouge = forms.BooleanField(initial=True, required=False, label=_("Unlist contact information")) # supannListeRouge
# hote_* -> host attributes:
hote_prenom = forms.CharField(max_length=100, label=_("Host's first name"))

View File

@ -3,3 +3,12 @@ div#header {
height: 0px;
}
html, body {
font-family: 'Open Sans', sans-serif;
color: #222;
}
h2 {
font-family :'Roboto Slab', serif;
color: #109BC9;
}

View File

@ -9,11 +9,6 @@
{% endblock %}
</div>
{% block beforecontent %}
<img src="{% static "images/campus.jpg" %}" style="float:right; width:10%; height:10%">
<br style="clear: both;"/>
{% endblock %}
{% block content %}
<h1 style='text-align:center'>{% trans "Welcome to the Campus Condorcet subscription website!" %}</h1><br><br>
<p style='text-align:center'>

View File

@ -54,8 +54,12 @@
{% endblock %}
{% block beforecontent %}
<img src="{% static "images/campus.jpg" %}" style="float:right; width:200px">
<br style="clear: both;"/>
{% endblock %}
{% block content %}
{% endblock %}
<br style="clear: both;"/>