Delete feed button

And a non-functional edit button
This commit is contained in:
2023-07-08 01:52:15 -04:00
parent 478e72d8f0
commit b94555d346
4 changed files with 35 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ pub async fn get(State(pool): State<PgPool>, layout: Layout) -> Result<Response>
label { "Description: " }
textarea id="description" name="description" placeholder="Feed description" {}
}
input type="submit" value="Add Feed";
button type="submit" { "Add Feed" }
}
}
}