diff options
Diffstat (limited to 'ihatemoney/templates/home.html')
| -rw-r--r-- | ihatemoney/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/templates/home.html b/ihatemoney/templates/home.html index 512f780..4e32995 100644 --- a/ihatemoney/templates/home.html +++ b/ihatemoney/templates/home.html @@ -35,7 +35,7 @@ {{ forms.create_project(project_form, home=True) }} </fieldset> <div class="controls"> - <button class="btn" type="submit">{{ _("let's get started") }}</button> + <button class="btn btn-primary" type="submit">{{ _("let's get started") }}</button> </div> </form> {% else %} |
