master
Matt Huntington 9 years ago
parent 935c51d7db
commit 3147943378

@ -17,6 +17,7 @@
</li>
</ul>
</nav>
</header>
<main>
<h2>Author Attributes:</h2>
<form action="/authors/<%=author._id%>?_method=PUT" method="post">
@ -24,6 +25,5 @@
<input type="submit" value="Update Author"/>
</form>
</main>
</header>
</body>
</html>

@ -17,6 +17,7 @@
</li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Author Attributes:</h2>
@ -29,6 +30,5 @@
</form>
</section>
</main>
</header>
</body>
</html>

Loading…
Cancel
Save