diff --git a/src/wuttaweb/templates/themes/butterfly/buefy-components.mako b/src/wuttaweb/templates/themes/butterfly/buefy-components.mako
index 9c6cc48..1d7e3af 100644
--- a/src/wuttaweb/templates/themes/butterfly/buefy-components.mako
+++ b/src/wuttaweb/templates/themes/butterfly/buefy-components.mako
@@ -5,6 +5,7 @@
${self.make_b_checkbox_component()}
${self.make_b_collapse_component()}
${self.make_b_datepicker_component()}
+ ${self.make_b_timepicker_component()}
${self.make_b_dropdown_component()}
${self.make_b_dropdown_item_component()}
${self.make_b_field_component()}
@@ -237,6 +238,45 @@
<% request.register_component('b-datepicker', 'BDatepicker') %>
%def>
+<%def name="make_b_timepicker_component()">
+
+
+ <% request.register_component('b-timepicker', 'BTimepicker') %>
+%def>
+
<%def name="make_b_dropdown_component()">