Weasy Renderer

This commit is contained in:
Jens Kadenbach 2019-09-11 15:37:45 +02:00
parent d5dcfd5fa2
commit ccdd2c2982
6 changed files with 38 additions and 5 deletions

View file

@ -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">