Basic layout with font
This commit is contained in:
parent
ccdd2c2982
commit
a95d3cde9b
5 changed files with 83 additions and 6 deletions
|
|
@ -9,13 +9,13 @@
|
|||
{% block content %}
|
||||
<h1>{% trans "Renderer" %}</h1>
|
||||
<form class="form-horizontal" method="post" action="{% url 'renderer:render' %}">
|
||||
{% csrf_token %}
|
||||
{{ form|crispy }}
|
||||
<div class="control-group">
|
||||
<div class="controls">
|
||||
<button type="submit" class="btn btn-primary">{% trans "Compile" %}</button>
|
||||
</div>
|
||||
</div>
|
||||
{% csrf_token %}
|
||||
{{ form|crispy }}
|
||||
</form>
|
||||
{{ form.media }}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue