Allow creating KnownDomains in the interface

This commit is contained in:
Raphael Michel
2017-04-26 12:05:53 +02:00
parent 010c31cf10
commit bee61bf398
3 changed files with 43 additions and 0 deletions

View File

@@ -11,6 +11,9 @@
<legend>{% trans "General information" %}</legend>
{% bootstrap_field form.name layout="horizontal" %}
{% bootstrap_field form.slug layout="horizontal" %}
{% if form.domain %}
{% bootstrap_field form.domain layout="horizontal" %}
{% endif %}
</fieldset>
<div class="form-group submit-group">
<button type="submit" class="btn btn-primary btn-save">