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