Skip to content

Commit

Permalink
adding tags
Browse files Browse the repository at this point in the history
  • Loading branch information
EliNygard committed May 22, 2024
1 parent ad45894 commit 314886f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions post/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ <h1 class="heading-container font-primary heading-primary">Create New Post</h1>
<select name="category" id="category">
<option value="None"></option>
<option value="New Post">New Post</option>
<option value="Summits"></option>
<option value="New Technology"></option>
<option value="Business"></option>
<option value="Summits">Summits</option>
<option value="New Technology">New Technology</option>
<option value="Business">Business</option>
</select>

<div class="buttons-form-wrapper">
Expand Down

0 comments on commit 314886f

Please sign in to comment.