Commit e9c99b79f80d50233a576918211ad5b88692d350
Exists in
master
and in
5 other branches
Merge branch 'dev' of https://github.com/amadeusproject/amadeuslms into dev
Showing
1 changed file
with
8 additions
and
8 deletions
Show diff stats
core/templates/register_user.html
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | {% endblock %} | 7 | {% endblock %} |
8 | 8 | ||
9 | {% block sidebar %} | 9 | {% block sidebar %} |
10 | - | 10 | + |
11 | {% endblock sidebar %} | 11 | {% endblock sidebar %} |
12 | 12 | ||
13 | 13 | ||
@@ -47,7 +47,7 @@ | @@ -47,7 +47,7 @@ | ||
47 | <div class="col-md-10"> | 47 | <div class="col-md-10"> |
48 | {% if field.auto_id == 'id_birth_date' %} | 48 | {% if field.auto_id == 'id_birth_date' %} |
49 | {% render_field field class='form-control input-sm date-picker' %} | 49 | {% render_field field class='form-control input-sm date-picker' %} |
50 | - | 50 | + |
51 | <span id="helpBlock" class="help-block">{{ field.help_text }}</span> | 51 | <span id="helpBlock" class="help-block">{{ field.help_text }}</span> |
52 | {% elif field.auto_id == 'id_image' %} | 52 | {% elif field.auto_id == 'id_image' %} |
53 | {% render_field field class='form-control input-sm' %} | 53 | {% render_field field class='form-control input-sm' %} |
@@ -62,7 +62,7 @@ | @@ -62,7 +62,7 @@ | ||
62 | {% elif field.auto_id == 'id_curriculum' %} | 62 | {% elif field.auto_id == 'id_curriculum' %} |
63 | {% render_field field class='form-control input-sm' %} | 63 | {% render_field field class='form-control input-sm' %} |
64 | <div class="input-group"> | 64 | <div class="input-group"> |
65 | - <input type="text" readonly="" class="form-control" placeholder="{% trans 'Chose your file ...' %}"> | 65 | + <input type="text" readonly="" class="form-control" placeholder="{% trans 'Choose the file ...' %}"> |
66 | <span class="input-group-btn input-group-sm"> | 66 | <span class="input-group-btn input-group-sm"> |
67 | <button type="button" class="btn btn-fab btn-fab-mini"> | 67 | <button type="button" class="btn btn-fab btn-fab-mini"> |
68 | <i class="material-icons">attach_file</i> | 68 | <i class="material-icons">attach_file</i> |
@@ -82,7 +82,7 @@ | @@ -82,7 +82,7 @@ | ||
82 | <span id="helpBlock" class="help-block">{{ field.help_text }}</span> | 82 | <span id="helpBlock" class="help-block">{{ field.help_text }}</span> |
83 | {% endif %} | 83 | {% endif %} |
84 | </div> | 84 | </div> |
85 | - | 85 | + |
86 | {% if field.errors %} | 86 | {% if field.errors %} |
87 | <div class="alert alert-danger alert-dismissible col-md-offset-1 col-md-10 col-sm-offset-1 col-sm-10 col-xs-offset-1 col-xs-10" role="alert"> | 87 | <div class="alert alert-danger alert-dismissible col-md-offset-1 col-md-10 col-sm-offset-1 col-sm-10 col-xs-offset-1 col-xs-10" role="alert"> |
88 | <button type="button" class="close" data-dismiss="alert" aria-label="Close"> | 88 | <button type="button" class="close" data-dismiss="alert" aria-label="Close"> |
@@ -98,17 +98,17 @@ | @@ -98,17 +98,17 @@ | ||
98 | </div> | 98 | </div> |
99 | {% endfor %} | 99 | {% endfor %} |
100 | <div class="col-md-offset-2 col-md-6 col-sm-offset-2 col-sm-6 col-xs-6 col-xs-offset-2 col-xs-6"> | 100 | <div class="col-md-offset-2 col-md-6 col-sm-offset-2 col-sm-6 col-xs-6 col-xs-offset-2 col-xs-6"> |
101 | - <input type="submit" value="{% trans 'Save' %}" class="btn btn-raised btn-primary" /> | 101 | + <input type="submit" value="{% trans 'Save' %}" class="btn btn-raised btn-primary" /> |
102 | </div> | 102 | </div> |
103 | <div class=" col-md-4 col-sm-4 col-xs-4"> | 103 | <div class=" col-md-4 col-sm-4 col-xs-4"> |
104 | - <a href="{% url 'core:home' %}" class=" btn btn-danger btn-raised" >{% trans 'Cancel' %}</a> | 104 | + <a href="{% url 'core:home' %}" class=" btn btn-danger btn-raised" >{% trans 'Cancel' %}</a> |
105 | </div> | 105 | </div> |
106 | - | 106 | + |
107 | </form> | 107 | </form> |
108 | </div> | 108 | </div> |
109 | </div> | 109 | </div> |
110 | </div> | 110 | </div> |
111 | </div> | 111 | </div> |
112 | - | 112 | + |
113 | <br clear="all" /> | 113 | <br clear="all" /> |
114 | {% endblock %} | 114 | {% endblock %} |