Skip to content

Commit

Permalink
fix package_manage_versions.html template with wrong block name
Browse files Browse the repository at this point in the history
  • Loading branch information
popen2 committed Oct 7, 2012
1 parent a08716e commit 128d364
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
{% extends 'pypi_ui/base.html' %}
{% block title %}Manage {{ package.name }} Versions{% endblock %}
{% block body %}
{% block content %}
<h1>Manage {{ package.name }} Versions</h1>
<form action="" method="post">
{% csrf_token %}
Expand Down

0 comments on commit 128d364

Please sign in to comment.