Skip to content

Commit

Permalink
Fixed link to Terms of Service
Browse files Browse the repository at this point in the history
  • Loading branch information
packrat386 committed Oct 8, 2021
1 parent da718e5 commit d61c386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/edit_article.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<textarea id="content" name="content" rows="40" cols="80">{{ .Content }}</textarea>
<br>
<input type="submit" value="Update">
<p>By submitting content you agree to the <a href="/tos.hml">Terms of Service</a></p>
<p>By submitting content you agree to the <a href="/tos.html">Terms of Service</a></p>
</form>
<hr>
<p><a href="/">Home</a></p>
Expand Down

0 comments on commit d61c386

Please sign in to comment.