POC Campus Condorcet : correction de presentation du formulaire

This commit is contained in:
Paul Marillonnet 2017-05-16 17:52:57 +02:00
parent 77fb03f261
commit 9131af9807
2 changed files with 4 additions and 13 deletions

View File

@ -3,12 +3,12 @@
{% block content %}
{% trans "Hi" %} {{ form.user_nickname }}<br>
{{ form.user_help_msg }} <br><br>
{{ form.user_nickname }}<br>
{{ form.user_help_msg }}<br><br>
<form action="{% url "register" %}" method="post">
{% csrf_token %}
<h2>{% trans "Guest:" %}</h2><br>
<h2>{% trans "Guest:" %}</h2>
{% include "registration_field.html" with field=form.prenom %}
{% include "registration_field.html" with field=form.nom %}
{% include "registration_field.html" with field=form.email %}
@ -21,7 +21,7 @@
{% include "registration_field.html" with field=form.s_emp_corps %}
{% include "registration_field.html" with field=form.s_liste_rouge %}
</p>
<h2>{% trans "Host:" %}</h2><br>
<h2>{% trans "Host:" %}</h2>
{% include "registration_field.html" with field=form.hote_prenom %}
{% include "registration_field.html" with field=form.hote_nom %}
{% include "registration_field.html" with field=form.hote_etablissement %}

View File

@ -36,15 +36,6 @@
{% endblock %}
<div id="main-content">
<div id="more-user-links">
{% block more-user-links %}
<span id="breadcrumb">
{% block breadcrumb %}
<a href="{% block homepage-url %}/{% endblock %}">{% block homepage-title %}{% trans "Homepage" %}{% endblock %}</a>
{% endblock %}
</span>
{% endblock %}
</div>
<div id="content">
<div id="appbar">