Weasy Renderer
This commit is contained in:
parent
d5dcfd5fa2
commit
ccdd2c2982
6 changed files with 38 additions and 5 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
{% block content %}
|
||||
<h1>{% trans "Renderer" %}</h1>
|
||||
<form class="form-horizontal" method="post" action="{% url 'renderer:form' %}">
|
||||
<form class="form-horizontal" method="post" action="{% url 'renderer:render' %}">
|
||||
{% csrf_token %}
|
||||
{{ form|crispy }}
|
||||
<div class="control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue