Commit 0896629ed0ca1d93fe4bdcafa550a702b680eb39
1 parent
62da3964
Exists in
master
and in
5 other branches
Log in translation included [Issue:#413]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
core/templates/index.html
... | ... | @@ -61,7 +61,7 @@ |
61 | 61 | </form> |
62 | 62 | <div class="row"> |
63 | 63 | <div class="col-md-5 col-xs-6 col-sm-6 col-lg-5 col-lg-offset-1 col-md-offset-1 text-center"> |
64 | - <button type="submite" class="btn btn-success btn-raised btn-block" form="form-login" style="position: initial;">{% trans 'Login' %}</button> | |
64 | + <button type="submite" class="btn btn-success btn-raised btn-block" form="form-login" style="position: initial;"> {% trans 'Log in' %} </button> | |
65 | 65 | </div> |
66 | 66 | <div class="col-md-5 col-xs-6 col-sm-6 col-lg-5 text-center"> |
67 | 67 | <a class="btn btn-default btn-raised btn-block" href="{% url 'core:guest' %}" formaction="#" style="position: initial;">{% trans 'Guest' %}</a> | ... | ... |