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 347B

12345678910111213
  1. {% extends "base_generic.html" %}
  2. {% block content %}
  3. <h1>Creating Process...</h1>
  4. <form id="application" action="" method="post">
  5. {% csrf_token %}
  6. <table>
  7. {{ form.as_p }}
  8. </table>
  9. <input type="submit" style="margin: 10px" value="Submit" id="submit_button_license"/>
  10. </form>
  11. <div id="create_available"/>
  12. {% endblock %}