Digital Rights Management für elektronische Patientenakten
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.

create_license.html 302B

1234567891011121314
  1. {% extends "base_generic.html" %}
  2. {% block content %}
  3. <h1>Creating Process...</h1>
  4. <form id="appl" action="" method="post">
  5. {% csrf_token %}
  6. <table>
  7. {{ form.as_p }}
  8. </table>
  9. <input type="submit" value="Submit" id="submit_button">
  10. <div id="appl2"/>
  11. </form>
  12. {% endblock %}