initial
This commit is contained in:
13
django_project/tenants/templates/tenant_new.html
Normal file
13
django_project/tenants/templates/tenant_new.html
Normal file
@ -0,0 +1,13 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div>
|
||||
<h2>New Tenant</h2>
|
||||
<form action="" method="post">{% csrf_token %}
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
<input type="submit" value="Save">
|
||||
</form>
|
||||
</div>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user