Skip to content
Snippets Groups Projects

Fix web-page text

3 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -53,7 +53,7 @@
<div class="col-md-10 col-sm-10 my-col">
<div id="form-wrapper">
<h2> Account on Hold </h2>
<p style="font-size:110%;"> {{ unauthorized_msg |safe }}</p>
<p style="font-size:110%;"> {{ account_hold_msg |safe }}</p>
</div>
</div>
</div>
Loading