Correct template syntax error.

This commit is contained in:
Aditi Mittal 2013-09-07 13:13:08 +05:30
parent a6a7d785b2
commit 5278c6dd80
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@
<a class="button_action" href="{{ request.urlgen('mediagoblin.media_types.blog.blog_admin_dashboard',
user=request.user.username) }}">
{%- trans %} Blog Dashboard {% endtrans -%}
</a>
</a>

View File

@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
}
#}
{#This injects the URL to a user's blog dashboard on her profile.
#}