12 lines
421 B
HTML
12 lines
421 B
HTML
{% extends "base.html" %}
|
|
{% block titel %}Faceit Elo Search by HerZ{% endblock %}
|
|
{% block content %}
|
|
|
|
<div class="input-form-container">
|
|
<form action="#" method="post">
|
|
<p>Status Screen:</p>
|
|
<p><textarea name="status_screen_input" class="status_screen_input" rows="25" cols="75" ></textarea></p>
|
|
<button type="submit" class="btn btn-primary">Submit</button>
|
|
</form>
|
|
</div>
|
|
{% endblock %} |