~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to views/about-text.twig

  • Committer: Dan Garner
  • Date: 2015-03-26 14:08:33 UTC
  • Revision ID: git-v1:70d14044444f8dc5d602b99890d59dea46d9470c
Moved web servable files to web folder

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "form-base.twig" %}
2
 
 
3
 
{% block formTitle %}{% trans "About" %}{% endblock %}
4
 
 
5
 
{% block formButtons %}
6
 
    {% trans "Close" %}, XiboDialogClose()
7
 
{% endblock %}
8
 
 
9
 
{% block formHtml %}
10
 
    {% include "licence.twig" %}
11
 
{% endblock %}
 
 
b'\\ No newline at end of file'