Skip to content

Commit

Permalink
change buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
wseis committed Apr 18, 2024
1 parent 70964f0 commit 825c4c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/qmratool/templates/qmratool/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<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>
<h4 class= "mb-2 .kwb_headline"> Configure a new risk assessment</h4>
<a class = "btn btn-primary mt-3" href="{%url 'new_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
Configure comparison
</a>
</div>
</div>
Expand Down

0 comments on commit 825c4c3

Please sign in to comment.