mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Proper Display Lexer name.
This commit is contained in:
parent
a9ea06345d
commit
8598343e98
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block title %}dpaste/{{ snippet.secret_id }} ({{ snippet.lexer }}){% endblock %}
|
{% block title %}dpaste/{{ snippet.secret_id }} ({{ snippet.lexer_name }}){% endblock %}
|
||||||
|
|
||||||
{% block headline %}
|
{% block headline %}
|
||||||
<a href="{{ request.build_absolute_uri }}">{{ request.build_absolute_uri }}</a>
|
<a href="{{ request.build_absolute_uri }}">{{ request.build_absolute_uri }}</a>
|
||||||
|
|
Loading…
Reference in a new issue