Skip to content
Snippets Groups Projects
Commit 236d2e46 authored by gbe's avatar gbe
Browse files

Make TODO more obvious

parent 7c132765
No related branches found
No related tags found
No related merge requests found
<!doctype html5>
<html>
<head>
<title>In Vino Veritas</title>
<title>In Vino Veritas</title>
<style type="text/css">
span.todo {
background: red;
}
</style>
</head>
<body>
The DB contains {{ .Wines | len }} wine(s) right now:
......@@ -10,7 +15,7 @@
<input type="text" name="name" placeholder="Name"></input>
<input type="number" name="rating" placeholder="Rating"></input>
<span>TODO: Image</todo>
<span class="todo">TODO: Image</todo>
<button type="submit">+</button>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment