Updated to use CLJC-ified versions of engine and parser.
This commit is contained in:
parent
4861ee809b
commit
b2cd66df7f
16 changed files with 58 additions and 57 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue