diff options
author | Jack Morgan <jack.morgan@intel.com> | 2016-08-23 13:36:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-23 13:36:37 +0000 |
commit | 8b19eb63a99014cc1c59d05efe2e1fbe5f98a379 (patch) | |
tree | 7bdec8c03b61122474416d30a3c6d1eba603c702 /tools/pharos-dashboard/templates/registration/registration_form.html | |
parent | f94c874069cfaef0f59c92c903876ce3d488e2b0 (diff) | |
parent | 6c993d9e3bd9a7c0fb94d7056e664648dd8d85cb (diff) |
Merge changes from topic 'pharos-dashboard'
* changes:
Create Jira issue for new booking
Remove database migration files
Diffstat (limited to 'tools/pharos-dashboard/templates/registration/registration_form.html')
-rw-r--r-- | tools/pharos-dashboard/templates/registration/registration_form.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/tools/pharos-dashboard/templates/registration/registration_form.html b/tools/pharos-dashboard/templates/registration/registration_form.html deleted file mode 100644 index 0a921d51..00000000 --- a/tools/pharos-dashboard/templates/registration/registration_form.html +++ /dev/null @@ -1,30 +0,0 @@ -{% extends "layout.html" %} -{% load bootstrap3 %} - -{% block basecontent %} - <div class="container"> - <div class="row"> - <div class="col-md-4 col-md-offset-4"> - {% bootstrap_messages %} - <div class="login-panel panel panel-default"> - <div class="panel-heading"> - <h3 class="panel-title"> - {{ title }} - </h3> - </div> - <div class="panel-body"> - <form method="post" action=""> - {% csrf_token %} - {% bootstrap_form form %} - {% buttons %} - <button type="submit" class="btn btn btn-success"> - Submit - </button> - {% endbuttons %} - </form> - </div> - </div> - </div> - </div> - </div> -{% endblock basecontent %} |