Commit 5c7ee7f4bd0f984af70ca9439dae23d5e4178c94

Authored by Gustavo Bernardo
1 parent a1a300c0

Translation updated [Issue:#398]

Showing 1 changed file with 8 additions and 8 deletions   Show diff stats
core/templates/register_user.html
... ... @@ -7,7 +7,7 @@
7 7 {% endblock %}
8 8  
9 9 {% block sidebar %}
10   -
  10 +
11 11 {% endblock sidebar %}
12 12  
13 13  
... ... @@ -47,7 +47,7 @@
47 47 <div class="col-md-10">
48 48 {% if field.auto_id == 'id_birth_date' %}
49 49 {% render_field field class='form-control input-sm date-picker' %}
50   -
  50 +
51 51 <span id="helpBlock" class="help-block">{{ field.help_text }}</span>
52 52 {% elif field.auto_id == 'id_image' %}
53 53 {% render_field field class='form-control input-sm' %}
... ... @@ -62,7 +62,7 @@
62 62 {% elif field.auto_id == 'id_curriculum' %}
63 63 {% render_field field class='form-control input-sm' %}
64 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 66 <span class="input-group-btn input-group-sm">
67 67 <button type="button" class="btn btn-fab btn-fab-mini">
68 68 <i class="material-icons">attach_file</i>
... ... @@ -82,7 +82,7 @@
82 82 <span id="helpBlock" class="help-block">{{ field.help_text }}</span>
83 83 {% endif %}
84 84 </div>
85   -
  85 +
86 86 {% if field.errors %}
87 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 88 <button type="button" class="close" data-dismiss="alert" aria-label="Close">
... ... @@ -98,17 +98,17 @@
98 98 </div>
99 99 {% endfor %}
100 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 102 </div>
103 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 105 </div>
106   -
  106 +
107 107 </form>
108 108 </div>
109 109 </div>
110 110 </div>
111 111 </div>
112   -
  112 +
113 113 <br clear="all" />
114 114 {% endblock %}
... ...