Skip to content

Commit

Permalink
[IMPROVEMENT] Add debug warning to top of page #426
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Jul 10, 2023
2 parents 5f22745 + ef374fa commit 8aaef73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions promgen/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

<body>
<div id="vue">
{% if debug %}
<div class="alert alert-warning" role="alert">Currently in DEBUG Mode</div>
{% endif %}
{% block navbar %}
{% include "promgen/navbar.html" %}
{% endblock %}
Expand Down

0 comments on commit 8aaef73

Please sign in to comment.