Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong title on Edit page #578

Merged
merged 2 commits into from
Aug 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions anitya/templates/project_new.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "master.html" %}
{% from "functions.html" import render_field_in_row %}

{% block title %}Add New Project · Anitya{% endblock %}
{% block title %}{{ context }} Project · Anitya{% endblock %}

{% block body %}

Expand All @@ -15,7 +15,7 @@ <h1>{{ context }} project</h1>
{%- endif %}
<div class="row">
<div class="col-md-6">
<p> {{ context }} your project to anitya</p>
<p> {{ context }} your project</p>
<div class="list-group">
<span class="list-group-item">
<table class="table table-condensed">
Expand Down