master
Matt Huntington 9 years ago
parent 935c51d7db
commit 3147943378

@ -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>

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

Loading…
Cancel
Save