Skip to content

Commit

Permalink
Comment-out progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed May 6, 2024
1 parent 838e46b commit ce41aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions digiplan/templates/components/panel_5_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="panel__settings panel__settings--padding">
<div class="panel-item">
<div class="panel-item__calc-alert">
<!--<div class="panel-item__calc-alert">
<div class="panel-item__calc-alert-message">{% translate "Detailergebnisse werden berechnet" %}</div>
<div class="panel-item__calc-alert-explanation">
<button type="button"
Expand All @@ -16,7 +16,7 @@
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" style="width: 25%"></div>
</div>
</div>
</div>-->
<div class="panel-item__form">
<select id="result_views" class="form-select" aria-label="Default select example">
<option value="" title="{% translate "Keine Auswahl" %}" selected>{% translate "Keine Auswahl" %}</option>
Expand Down

0 comments on commit ce41aa3

Please sign in to comment.