Commit 5c9e9ff2 by Tatang S

bugfix setelah ada tambahan button post/unpost

1 parent 1c26b39a
......@@ -82,3 +82,8 @@ btn_password = Button('password', title=_('Change Password'),
btn_lost = Button('lost', title=_('Lost Password'), css_class="btn-danger")
btn_yes = Button('yes', title=_('Yes'), css_class="btn-success")
btn_no = Button('no', title=_('No'), css_class="btn-danger")
# karena error serve, sy tambahkan ini
btn_post = Button('ttr', title=_('Post'), css_class="btn-info", type="button")
btn_unpost = Button('ttr', title=_('UnPost'), css_class="btn-info", type="button")
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!