wording tweaks

pull/1/head
Andromeda Yelton 2011-11-18 15:11:17 -05:00
parent 354f4d8f38
commit 3b80d18829
6 changed files with 8 additions and 5 deletions

View File

@ -1,8 +1,10 @@
{% extends "base.html" %}
{% block content %}
<div style="text-align: center; margin-top: 20%; margin-bottom: 20%;">
<h1>Uhoh, something bad happened. Don't worry, we're on it!</h1>
<div class="js-main">
<h1>Whoops, an error occurred.</h1>
<p>Help us fix it by sending us feedback: <a href="mailto:support@gluejar.com">support@gluejar.com</a>.</p>
</div>
{% endblock %}

View File

@ -9,8 +9,8 @@
{{ rights_holder.rights_holder_name }}
<h3> Work being claimed </h3>
<ul>
<li>{{ work.title }}</li>
<li>{{ work.author }}</li>
<li>Title: {{ work.title }}</li>
<li>Author: {{ work.author }}</li>
</ul>
<h3> Terms and Conditions </h3>
{{ form.as_p }}

View File

@ -40,5 +40,6 @@ urlpatterns = patterns(
url(r"^subjects/$", "subjects", name="subjects"),
url(r"^librarything/$", LibraryThingView.as_view(), name="librarything"),
url(r"^librarything/load/$","librarything_load", name="librarything_load"),
url('^404testing/$', direct_to_template, {'template': '404.html'})
url('^404testing/$', direct_to_template, {'template': '404.html'}),
url('^500testing/$', direct_to_template, {'template': '500.html'}),
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B