Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christopher M Reffett
go
Commits
319686bd
Commit
319686bd
authored
Dec 24, 2013
by
Jean Michel Rouly
Browse files
Added a forgotten closing tag.
parent
fe33ac24
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/templates/index.html
View file @
319686bd
...
...
@@ -10,7 +10,7 @@ Go - A URL Shortener
<h3>
~Shorten URL~
</h3>
{% for error in form.non_field_errors %}
<p
class=
"error"
>
{{ error }}
<p
class=
"error"
>
{{ error }}
</p>
{% endfor %}
<form
method=
"post"
action=
"{%url 'index'%}"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment