fixed login and register button labels #23
authordurandn
Mon, 19 Sep 2016 15:13:16 +0200
changeset 192 f4d3b15ec163
parent 191 fb067974f47e
child 193 bf7411b26031
fixed login and register button labels #23
src/iconolab/templates/registration/login.html
src/iconolab/templates/registration/register.html
--- a/src/iconolab/templates/registration/login.html	Mon Sep 19 14:36:41 2016 +0200
+++ b/src/iconolab/templates/registration/login.html	Mon Sep 19 15:13:16 2016 +0200
@@ -29,7 +29,7 @@
       </fieldset>
       {% endfor %}
       <input type="hidden" name="next" value="{{next}}">
-      <input type="submit" value="Submit"  class="btn btn-primary">
+      <input type="submit" value="S'identifier"  class="btn btn-primary">
     </form>
 </div>
 
--- a/src/iconolab/templates/registration/register.html	Mon Sep 19 14:36:41 2016 +0200
+++ b/src/iconolab/templates/registration/register.html	Mon Sep 19 15:13:16 2016 +0200
@@ -15,7 +15,7 @@
         {% if field.errors %}{{ field.errors }}{% else %}<p class="help-text">{{ field.help_text }}</p>{% endif %}
       </fieldset>
       {% endfor %}
-      <input type="submit" value="Submit"  class="btn btn-primary">
+      <input type="submit" value="S'enregistrer"  class="btn btn-primary">
     </form>
 </div>