Add lorem ipsum, update WEI
This commit is contained in:
parent
8fe060847f
commit
69b7f31eed
9 changed files with 112 additions and 10 deletions
11
templates/wei/weiclub_form.html
Normal file
11
templates/wei/weiclub_form.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
{% load crispy_forms_tags %}
|
||||
{% block content %}
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form|crispy }}
|
||||
<button class="btn btn-primary" type="submit">{% trans "Submit" %}</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue