9 lines
265 B
HTML
9 lines
265 B
HTML
{% block title %}Add bot{% endblock %}
|
|
|
|
{% block content %}
|
|
<form method="post">
|
|
<label for="chaturl">GroupMe Chat URL</label>
|
|
<input name="chaturl" id="chaturl" required>
|
|
<input type="submit" value="Add bot!">
|
|
</form>
|
|
{% endblock %} |