Skip to content

Commit

Permalink
fix other set templates
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Dec 6, 2018
1 parent 7a710b9 commit 2b14b40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/set/certificate.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{define "base"}}
<div class="modal-header">
Generate User and Password
Set Certificate
</div>
<div class="modal-body">
<form id="generate" action="/set/certificate" method="post">
Expand Down
2 changes: 1 addition & 1 deletion templates/set/password.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{define "base"}}
<div class="modal-header">
Generate User and Password
Set Password
</div>
<div class="modal-body">
<form id="generate" action="/set/password" method="post">
Expand Down
2 changes: 1 addition & 1 deletion templates/set/user.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{define "base"}}
<div class="modal-header">
Generate User and Password
Set User and Password
</div>
<div class="modal-body">
<form id="generate" action="/set/user" method="post">
Expand Down
2 changes: 1 addition & 1 deletion templates/set/value.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{define "base"}}
<div class="modal-header">
Generate User and Password
Set Value
</div>
<div class="modal-body">
<form id="generate" action="/set/value" method="post">
Expand Down

0 comments on commit 2b14b40

Please sign in to comment.