More autocomplete off.

master
Manager Bot 3 years ago
parent 07d565445b
commit a8e96c875c
  1. 2
      Web/templates/blog/domain_hosted.html.ep
  2. 2
      Web/templates/blog/domain_owned.html.ep
  3. 2
      Web/templates/blog/settings.html.ep
  4. 2
      Web/templates/dashboard/blog_settings.html.ep

@ -23,7 +23,7 @@
%= include '_base/status_window';
<form class="mt-5" method="POST" action="<%= $c->url_for( 'do_blog_domain' ) %>">
<form autocomplete="off" class="mt-5" method="POST" action="<%= $c->url_for( 'do_blog_domain' ) %>">
<input type="hidden" name="calling_route" value="show_blog_domain_hosted">
<div class="row">
<div class="col-2">

@ -23,7 +23,7 @@
%= include '_base/status_window';
<form class="mt-5" method="POST" action="<%= $c->url_for( 'do_blog_domain' ) %>">
<form autocomplete="off" class="mt-5" method="POST" action="<%= $c->url_for( 'do_blog_domain' ) %>">
<input type="hidden" name="calling_route" value="show_blog_domain_owned">
<div class="row">
<div class="col-2">

@ -19,7 +19,7 @@
%= include '_base/status_window';
<form style="margin-top: 1.5em" method="POST" action="<%= $c->url_for( 'do_blog_settings' ) %>">
<form autocomplete="off" style="margin-top: 1.5em" method="POST" action="<%= $c->url_for( 'do_blog_settings' ) %>">
<div class="mt-3 mb-3">
<label for="configTitle" class="col-sm-2 col-form-label">Title</label>
<input type="text" class="form-control" id="configTitle" name="configTitle" value="<%= $c->stash->{form}->{title} %>">

@ -4,7 +4,7 @@
%= include '_base/status_window';
<form method="POST" action="<%= $c->url_for( 'do_dashboard_blog_settings' ) %>">
<form autocomplete="off" method="POST" action="<%= $c->url_for( 'do_dashboard_blog_settings' ) %>">
<div class="mt-3 mb-3">
<label for="configTitle" class="col-sm-2 col-form-label">Title</label>
<input type="text" class="form-control" id="configTitle" name="configTitle" value="<%= $c->stash->{form}->{title} %>">

Loading…
Cancel
Save