Small fixes arising out of lein ancient updates.

This commit is contained in:
Simon Brooke 2017-12-04 17:11:30 +00:00
parent c18b74fef6
commit 1e9ce7b9a0
6 changed files with 37 additions and 29 deletions

View file

@ -1,6 +1,7 @@
{% extends "templates/base.html" %}
{% block content %}
<form action="{{servlet-context}}/rules" method="POST">
{% csrf-field %}
<textarea name="src" id="src" rows="10" cols="80">
{{rule-text}}
</textarea>
@ -11,4 +12,4 @@
</form>
{% endblock %}
{% endblock %}