Nekrocuck
This commit is contained in:
21
templates/action.html
Normal file
21
templates/action.html
Normal file
@@ -0,0 +1,21 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Výsledek{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<h1 class="title">Výsledek</h1>
|
||||
<table class="data-table">
|
||||
<tr><th>Výsledek</th></tr>
|
||||
<tr>
|
||||
<td>
|
||||
{% if !response.is_empty() %}
|
||||
{{ response|linebreaksbr|safe }}
|
||||
{% else %}
|
||||
Nic se nezměnilo.
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user