Skip to content

Commit 5309404

Browse files
authored
Merge pull request #236 from greenstatic/master
changed login into logout in the templates logout_form.html
2 parents 8365d72 + abc72e8 commit 5309404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/templates/fragments/logout_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<div class="form-group">
1313
<div class="col-sm-offset-2 col-sm-10">
14-
<button type="submit" class="btn btn-default">Login</button>
14+
<button type="submit" class="btn btn-default">Logout</button>
1515
</div>
1616
</div>
1717

0 commit comments

Comments
 (0)