Small fixes arising out of lein ancient updates.
This commit is contained in:
parent
c18b74fef6
commit
1e9ce7b9a0
6 changed files with 37 additions and 29 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue