Skip to content

Commit

Permalink
Merge pull request #41 from wseis/main
Browse files Browse the repository at this point in the history
rename buttons
  • Loading branch information
wseis authored Apr 18, 2024
2 parents dfc7e4c + 70964f0 commit b7057e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 162 deletions.
9 changes: 5 additions & 4 deletions tools/qmratool/templates/qmratool/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@
<div class="container" style="padding: 5%">
<div class="row action-panel">
<div class="col">
<h4 class= "mb-5 mt-5 .kwb_headline"> Configure a new risk assessment</h4>
<a class = "btn btn-primary mt-3" href="{%url 'new_assessment'%}">
New Risk Assessment
Quick configuration
</a>
<a class = "btn btn-primary mt-3" href="{%url 'raform_wizard'%}">
Guided configuration
</a>
<a class = "btn btn-primary mt-3" href="{%url 'comparison'%}">
Compare Assessment
</a>
<a class = "btn btn-primary mt-3" href="{%url 'raform_wizard'%}">
Step by step
</a>
</div>
</div>
<div class="row">
Expand Down
104 changes: 0 additions & 104 deletions tools/qmratool/templates/qmratool/layout2.html

This file was deleted.

54 changes: 0 additions & 54 deletions tools/qmratool/templates/qmratool/layout3.html

This file was deleted.

0 comments on commit b7057e5

Please sign in to comment.