11 lines
348 B
HTML
11 lines
348 B
HTML
{% extends "base.html" %}
|
|
{% block titel %}Faceit Elo Search by HerZ{% endblock %}
|
|
{% block content %}
|
|
<div class="input-group">
|
|
<form action="#" method="post">
|
|
<p>Status Screen:</p>
|
|
<p><input type="text" name="status_screen_input" /></p>
|
|
<p><input type="submit" value="submit" /></p>
|
|
</form>
|
|
</div>
|
|
{% endblock %} |