diff options
author | Michael Elkins <melkins@tislabs.com> | 2012-11-27 00:03:25 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2012-11-27 00:03:25 +0000 |
commit | 3f11311fe6e63c28b92735b6761007fcc17b496a (patch) | |
tree | 8be08947e56f10b6accee4a0afcac61a936697b8 | |
parent | 537227a91e5c538fe55226ce5b47b9110539cae2 (diff) |
fix formatting in roa request creation confirmation view
svn path=/branches/tk329/; revision=4910
-rw-r--r-- | rpkid/rpki/gui/app/templates/app/roarequest_confirm_form.html | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/rpkid/rpki/gui/app/templates/app/roarequest_confirm_form.html b/rpkid/rpki/gui/app/templates/app/roarequest_confirm_form.html index 2c82e482..4cebda49 100644 --- a/rpkid/rpki/gui/app/templates/app/roarequest_confirm_form.html +++ b/rpkid/rpki/gui/app/templates/app/roarequest_confirm_form.html @@ -10,36 +10,36 @@ <div class='alert alert-block-message alert-warning'> <p><strong>Please confirm</strong> that you would like to create the following ROA. The accompanying table indicates how the validation status may change as a result. + </div> - <table class='table table-condensed table-striped'> - <tr> - <th>AS</th> - <th>Prefix</th> - <th>Max Length</th> - </tr> - <tr> - <td>{{ asn }}</td> - <td>{{ prefix }}</td> - <td>{{ max_prefixlen }}</td> - </tr> - </table> - - <form method='POST' action='{% url rpki.gui.app.views.roa_create_confirm %}'> - {% csrf_token %} - {% include "app/bootstrap_form.html" %} - - <div class='form-actions'> - <input class='btn btn-primary' type='submit' value='Create'/> - <a class='btn' href='{% url rpki.gui.app.views.dashboard %}'>Cancel</a> - </div> - </form> - </div><!-- /alert-message --> + <table class='table table-condensed table-striped'> + <tr> + <th>AS</th> + <th>Prefix</th> + <th>Max Length</th> + </tr> + <tr> + <td>{{ asn }}</td> + <td>{{ prefix }}</td> + <td>{{ max_prefixlen }}</td> + </tr> + </table> + + <form method='POST' action='{% url rpki.gui.app.views.roa_create_confirm %}'> + {% csrf_token %} + {% include "app/bootstrap_form.html" %} + + <div class='form-actions'> + <input class='btn btn-primary' type='submit' value='Create'/> + <a class='btn' href='{% url rpki.gui.app.views.dashboard %}'>Cancel</a> + </div> + </form> </div> <div class='span6'> <h2>Matched Routes</h2> - <table style='table table-striped table-condensed'> + <table class='table table-striped table-condensed'> <tr> <th>Prefix</th> <th>Origin AS</th> |