Skip to content

Commit

Permalink
Format templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Jun 26, 2017
1 parent 69ff7dc commit 8e2f26e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -16,8 +16,8 @@
<div style="margin-right: 8%;margin-left: 9.5%;">
<div class="tab-content col-sm-12">
<br>
<h3 class="titre ">{{ _("Existing and new members") }}</h3>
<h4 class="sous_titre ">
<h3 class="titre">{{ _("Existing and new members") }}</h3>
<h4 class="sous_titre">
{{ _("Check if the user is already a member of the community and if he currently has an account on the platform") }}
</h4>
<br>
Expand Down
Expand Up @@ -21,15 +21,15 @@

<div class="tab-pane active" id="tab1">
<br>
<h3 class="titre "> {{ _("New Users Accounts") }} </h3>
<h4 class="sous_titre ">
<h3 class="titre"> {{ _("New Users Accounts") }} </h3>
<h4 class="sous_titre">
{{ _("The members below are not registered on the platform. Please create their accounts so that they can join the community.") }}
</h4>

<div class="form-group bloc col-lg-12">
<br>
<label class="">{{ _("Profile") }}</label>
<h6 class=" sous_titre_step2">
<label>{{ _("Profile") }}</label>
<h6 class="sous_titre_step2">
{{ _("Complete the information below to create a new user. They will receive a mail instruction to connect.") }}
</h6>
<br>
Expand Down

0 comments on commit 8e2f26e

Please sign in to comment.