Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
fix Reporting problem typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocharpineljr committed Aug 20, 2012
1 parent f5efbbc commit eb9cc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ispdb/templates/config/enter_config.html
Expand Up @@ -298,7 +298,7 @@ <h1>Submit a new configuration</h1>
{% else %}{% if action == 'edit' %}
<h1>Edit configuration</h1>
{% else %}{% if action == 'report' %}
<h1>Reporting problem for <a href="{% url 'ispdb_details' config_form.instance.id %}">{{ config_form.instance.display_name }}</a></h1>
<h1>Reporting a problem for <a href="{% url 'ispdb_details' config_form.instance.id %}">{{ config_form.instance.display_name }}</a></h1>
{{ issue_form.non_field_errors }}
<div class="fieldWrapper">
{{ issue_form.title.errors }}
Expand Down

0 comments on commit eb9cc76

Please sign in to comment.