Commit fad4a966e87f7e33b81fb088ea7889a72515edc4
1 parent
3b7f2c0e
Exists in
master
and in
5 other branches
Change login to register in submit button #14
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
core/templates/register_user.html
... | ... | @@ -68,7 +68,7 @@ |
68 | 68 | <input type="submit" value="{% trans 'Save' %}" class="btn btn-sm btn-success" /> |
69 | 69 | </div> |
70 | 70 | <div class="col-md-offset-3 col-md-2 col-sm-2 col-xs-2"> |
71 | - <a href="{% url 'core:home' %}" class="btn btn-sm btn-success" >{% trans 'Login' %}</a> | |
71 | + <a href="{% url 'core:home' %}" class="btn btn-sm btn-success" >{% trans 'Register' %}</a> | |
72 | 72 | </div> |
73 | 73 | |
74 | 74 | </form> | ... | ... |