import process

This commit is contained in:
vabene1111
2018-05-06 22:12:40 +02:00
parent 8d4506da54
commit c9f0192a2c
8 changed files with 76 additions and 52 deletions

View File

@@ -14,6 +14,7 @@
<form method="POST" class="post-form">{% csrf_token %}
{% crispy form %}
<input type="submit" value="Submit" class="btn btn-success">
</form>
{% endblock %}

View File

@@ -1,19 +0,0 @@
{% extends "base.html" %}
{% load i18n %}
{% load django_tables2 %}
{% block title %}{% trans 'Imported Recipes' %}{% endblock %}
{% block content %}
<h3>{% trans 'Imported Recipes' %}</h3>
<br>
<form action="{% url 'batch_import_all' %}" method="post">
{% csrf_token %}
<input type="submit" value="{% trans 'import all' %}" class="btn btn-primary"/>
</form>
<br>
{% render_table imported_recipes %}
{% endblock %}

View File

@@ -16,7 +16,9 @@
<br/>
<form method="POST" class="post-form">{% csrf_token %}
{% crispy form %}
<input type="submit" value="Submit" class="btn btn-success">
</form>
<br/><br/>
{% render_table monitored_paths %}