Schule als Staat Projekt Web, Dokumente, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
290B

  1. {% extends "public/default.html" %}
  2. {% block content %}
  3. <p>Hier kannst Du einen Betrieb anmelden!</p>
  4. <form action="" method="post">
  5. {% csrf_token %}
  6. <table>
  7. {{ form.as_table }}
  8. </table>
  9. <input type="submit" value="Verbindlich anmelden" />
  10. </form>
  11. {% endblock %}