X-Git-Url: https://code.communitydata.science/coldcallbot-discord.git/blobdiff_plain/92e65de7715056ee39c923e1d51fb8c777e64afd..e756c448c0c124b81ab74ac356d1d289af902cd1:/flask_app/templates/group_maker.html?ds=sidebyside diff --git a/flask_app/templates/group_maker.html b/flask_app/templates/group_maker.html new file mode 100644 index 0000000..b065016 --- /dev/null +++ b/flask_app/templates/group_maker.html @@ -0,0 +1,25 @@ + + + + Random Student Picker + + + +

+ Groups: +

+ +{% for group in result %} +

Group {{group[0]}}

+ + + +{% endfor %} + + + +