Skip to content

Commit 6da3d15

Browse files
authored
Addons: add "flyout position" to the form (#554)
Required by readthedocs/addons#434
1 parent ed0d2c1 commit 6da3d15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocsext/theme/templates/projects/addons_form.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
{{ form.flyout_sorting | as_crispy_field }}
6868
{{ form.flyout_sorting_latest_stable_at_beginning | as_crispy_field }}
6969
{{ form.flyout_sorting_custom_pattern | as_crispy_field }}
70+
{{ form.flyout_position | as_crispy_field }}
7071
</div>
7172
{% endblock addons_flyout %}
7273

0 commit comments

Comments
 (0)