Skip to content

Commit abc72e8

Browse files
committed
changed login into logout in the templates logout_form.html
1 parent e9215f4 commit abc72e8

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)