commit d3f9b9d8b1e0312b607eb2dbe1597757fd8b05d4
parent 9220cb08b180dee0a0d810cab696e982dea79853
Author: Cody Lewis <luxdotsugi@gmail.com>
Date: Sat, 8 Sep 2018 21:26:56 +1000
Removed erroneous link
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/views/success.dust b/views/success.dust
@@ -22,11 +22,6 @@
<div class="container">
<h1 class="text-center">{title}</h1>
<h3 class="text-success">Successfully sent the form!</h3>
- <div class="text-center">
- <a href="/">
- <button class="btn btn-primary">Start a new form</button>
- </a>
- </div>
</div>
</div>
</body>