added dev warning message
This commit is contained in:
1
templates/.#basebase.html
Normal file
1
templates/.#basebase.html
Normal file
@@ -0,0 +1 @@
|
||||
E408191@CZ27LT9RCGN72.13552:1539768360
|
||||
@@ -218,6 +218,13 @@
|
||||
|
||||
<main class="content">
|
||||
<ul class="main-content">
|
||||
{% if WARNING_MESSAGE != '' %}
|
||||
<li class="grid_4">
|
||||
<p class="message">
|
||||
{{ WARNING_MESSAGE }}
|
||||
</p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if user.rower.protrialexpires and user.rower.protrialexpires|is_future_date %}
|
||||
{% if user.rower.plantrialexpires and user.rower.rowerplan != 'plan' %}
|
||||
<li class="grid_4">
|
||||
|
||||
Reference in New Issue
Block a user