socsvn commit: r240783 - soc2012/tzabal/server-side/akcrs-website/akcrs/templates

tzabal at FreeBSD.org tzabal at FreeBSD.org
Thu Aug 23 22:28:31 UTC 2012


Author: tzabal
Date: Thu Aug 23 22:28:29 2012
New Revision: 240783
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=240783

Log:
  Add the mako templates: change_bugstate.mako, check_for_user.mako and evaluate_report.mako.

Added:
  soc2012/tzabal/server-side/akcrs-website/akcrs/templates/evaluate_report.mako

Added: soc2012/tzabal/server-side/akcrs-website/akcrs/templates/evaluate_report.mako
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2012/tzabal/server-side/akcrs-website/akcrs/templates/evaluate_report.mako	Thu Aug 23 22:28:29 2012	(r240783)
@@ -0,0 +1,7 @@
+<%inherit file="base.mako"/>
+
+<%block name="headerleft">
+Evaluate the Crash Report with ID ${request.matchdict['id']}
+</%block>
+
+<p>Sorry, but this feature is not ready yet.</p>
\ No newline at end of file


More information about the svn-soc-all mailing list