diff options
Diffstat (limited to 'ihatemoney/templates/home.html')
| -rw-r--r-- | ihatemoney/templates/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ihatemoney/templates/home.html b/ihatemoney/templates/home.html index a628ecc..512f780 100644 --- a/ihatemoney/templates/home.html +++ b/ihatemoney/templates/home.html @@ -22,8 +22,8 @@ {{ forms.authenticate(auth_form, home=True) }} </fieldset> <div class="controls"> - <button class="btn" type="submit">{{ _("log in") }}</button> - <a class="password-reminder" href="{{ url_for(".remind_password") }}">{{ _("can't remember your password?") }}</a> + <button class="btn btn-primary" type="submit">{{ _("log in") }}</button> + <a class="password-reminder btn btn-link" href="{{ url_for(".remind_password") }}">{{ _("can't remember your password?") }}</a> </div> </form> </div> |
