Commit 79ddc852 by Dányi Bence

webui: template wizard markup fix

parent d7f9727d
...@@ -52,8 +52,6 @@ ...@@ -52,8 +52,6 @@
</li> </li>
</ul> </ul>
<nav> <nav>
<!-- <a href="#" class="prev">{% trans "&laquo; Cancel" %}</a>
-->
<input type="reset" class="prev" value="{% trans "Cancel" %}" /> <input type="reset" class="prev" value="{% trans "Cancel" %}" />
<input type="submit" class="next" value="{% trans "Launch master instance" %}" /> <input type="submit" class="next" value="{% trans "Launch master instance" %}" />
<div class="clear"></div> <div class="clear"></div>
...@@ -102,5 +100,5 @@ ...@@ -102,5 +100,5 @@
}()); }());
}) })
</script> </script>
</div> </div>
</form> </form>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment