Updated to use CLJC-ified versions of engine and parser.

This commit is contained in:
simon 2016-09-24 14:24:44 +01:00
parent 4861ee809b
commit b2cd66df7f
16 changed files with 58 additions and 57 deletions

View file

@ -1,6 +1,7 @@
{% extends "templates/base.html" %}
{% block content %}
<form action="{{servlet-context}}/params" method="POST">
{% csrf-field %}
<p class="widget">
<label for="ruleset">The rule set to use</label>
<select name="ruleset">
@ -34,4 +35,4 @@
</p>
</form>
{% endblock %}
{% endblock %}