Correct template syntax error.
This commit is contained in:
parent
a6a7d785b2
commit
5278c6dd80
@ -22,4 +22,4 @@
|
|||||||
<a class="button_action" href="{{ request.urlgen('mediagoblin.media_types.blog.blog_admin_dashboard',
|
<a class="button_action" href="{{ request.urlgen('mediagoblin.media_types.blog.blog_admin_dashboard',
|
||||||
user=request.user.username) }}">
|
user=request.user.username) }}">
|
||||||
{%- trans %} Blog Dashboard {% endtrans -%}
|
{%- trans %} Blog Dashboard {% endtrans -%}
|
||||||
</a>
|
</a>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# 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/>.
|
# 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.
|
{#This injects the URL to a user's blog dashboard on her profile.
|
||||||
#}
|
#}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user